#CCBC6A

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

Shades of Tacha #CCBC6A

Tints of Tacha #CCBC6A

Color information

#CCBC6A (or 0xCCBC6A) is unknown color: approx Tacha. HEX triplet: CC, BC and 6A. RGB value is (204,188,106). Sum of RGB (Red+Green+Blue) = 204+188+106=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC6A is #334395. Grayscale: #B7B7B7. Windows color (decimal): -3359638 or 6995148. OLE color: 6995148.

HSL color Cylindrical-coordinate representation of color #CCBC6A: hue angle of 50.2º 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 #CCBC6A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204188106-
CMYK00.080.480.2
HSL50.2º49%60.78%-
HSV(B)50.2º48.04%80%-
XYZ45.4949.8420.86-
YUV183.4484.3142.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=40.96%
G=37.75%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418810600.080.480.250.24960.78
HexCCBC6A08301432313d
Octal3142741520106024626175
Binary110011001011110011010100100011000010100110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC6A; }

 p { color: rgb(204,188,106); }

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

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

 a { background-color: rgb(204,188,106); }

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

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

 span { border-color: rgb(204,188,106); }

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