#CCBE69

Color #CCBE69 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CCBE69

Tints of Tacha #CCBE69

Color information

#CCBE69 (or 0xCCBE69) is unknown color: approx Tacha. HEX triplet: CC, BE and 69. RGB value is (204,190,105). Sum of RGB (Red+Green+Blue) = 204+190+105=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE69 is #334196. Grayscale: #B8B8B8. Windows color (decimal): -3359127 or 6930124. OLE color: 6930124.

HSL color Cylindrical-coordinate representation of color #CCBE69: hue angle of 51.52º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCBE69 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB204190105-
CMYK00.070.490.2
HSL51.52º49.25%60.59%-
HSV(B)51.52º48.53%80%-
XYZ45.8750.6820.73-
YUV184.583.14141.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 105 (41.41% from 255) = 21.04%
R=40.88%
G=38.08%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419010500.070.490.251.5249.2560.59
HexCCBE6907311434313d
Octal314276151076124646175
Binary11001100101111101101001011111000110100110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE69; }

 p { color: rgb(204,190,105); }

 H1.HeaderClassName
 {
   color: #CCBE69;
 }
 .AnyTagClassName
 {
   color: #CCBE69;
 }
</style>
background-color css

<style>
 a { background-color: #CCBE69; }

 a { background-color: rgb(204,190,105); }

 div.DivClassName
 {
   background-color: #CCBE69;
 }
 .BgClassName
 {
   background-color: #CCBE69;
 }
</style>
border-color css

<style>
 span { border-color: #CCBE69; }

 span { border-color: rgb(204,190,105); }

 td.TdClassName
 {
   border-color: #CCBE69;
 }
 .TagClassName
 {
   border-color: #CCBE69;
 }
</style>