Html Css Color HEX #CCC36A Tacha

📋 copy color: '#CCC36A'

red 204 ◦ green 195 ◦ blue 106

#CCC36A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CCC36A

Tints of Tacha #CCC36A

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

 GREEN value IS 195 (76.56% from 255) = 38.61%

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 40.4%
G = 38.61%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCC36A (or 0xCCC36A) is known color: Tacha. HEX triplet: CC, C3 and 6A. RGB value is (204,195,106). Sum of RGB (Red+Green+Blue) = 204+195+106=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC36A is #333C95. Grayscale: #BBBBBB. Windows color (decimal): -3357846 or 6996940. OLE color: 6996940.

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

Color convert

RGB 204 195 106 -
CMYK 0 0.04 0.48 0.2
HSL 54.49º 0.49% 0.61% -
HSV(B) 54.49º 0.48% 0.8% -
XYZ 47.02 52.91 21.37 -
YUV 187.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 204 195 106 0 0.04 0.48 0.2 54.49 0.49 0.61
Hex CC C3 6A 0 4 30 14 36 31 3D
Octal 314 303 152 0 4 60 24 66 61 75
Binary 11001100 11000011 1101010 0 100 110000 10100 110110 110001 111101

Color Harmonies of #CCC36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC36A

Black with #CCC36A

Text Example


Text Example

White with #CCC36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC36A; }

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

 H1.HeaderClassName
 {
   color: #CCC36A;
 }
 .AnyTagClassName
 {
   color: #CCC36A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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