#CCBF6B

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

Shades of Tacha #CCBF6B

Tints of Tacha #CCBF6B

Color information

#CCBF6B (or 0xCCBF6B) is unknown color: approx Tacha. HEX triplet: CC, BF and 6B. RGB value is (204,191,107). Sum of RGB (Red+Green+Blue) = 204+191+107=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF6B is #334094. Grayscale: #B9B9B9. Windows color (decimal): -3358869 or 7061452. OLE color: 7061452.

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

Color convert

RGB204191107-
CMYK00.060.480.2
HSL51.96º48.74%60.98%-
HSV(B)51.96º47.55%80%-
XYZ46.1951.1621.35-
YUV185.3183.81141.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 107 (42.19% from 255) = 21.31%
R=40.64%
G=38.05%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419110700.060.480.251.9648.7460.98
HexCCBF6B06301434313d
Octal314277153066024646175
Binary11001100101111111101011011011000010100110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF6B; }

 p { color: rgb(204,191,107); }

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

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

 a { background-color: rgb(204,191,107); }

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

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

 span { border-color: rgb(204,191,107); }

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