Html Css Color HEX #CCC06C Tacha

📋 copy color: '#CCC06C'

red 204 ◦ green 192 ◦ blue 108

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

Shades of Tacha #CCC06C

Tints of Tacha #CCC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 40.48%
G = 38.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCC06C (or 0xCCC06C) is known color: Tacha. HEX triplet: CC, C0 and 6C. RGB value is (204,192,108). Sum of RGB (Red+Green+Blue) = 204+192+108=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06C is #333F93. Grayscale: #BABABA. Windows color (decimal): -3358612 or 7127244. OLE color: 7127244.

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

Color convert

RGB 204 192 108 -
CMYK 0 0.06 0.47 0.2
HSL 52.5º 0.48% 0.61% -
HSV(B) 52.5º 0.47% 0.8% -
XYZ 46.46 51.62 21.7 -
YUV 186.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 204 192 108 0 0.06 0.47 0.2 52.5 0.48 0.61
Hex CC C0 6C 0 6 2F 14 34 30 3D
Octal 314 300 154 0 6 57 24 64 60 75
Binary 11001100 11000000 1101100 0 110 101111 10100 110100 110000 111101

Color Harmonies of #CCC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC06C

Black with #CCC06C

Text Example


Text Example

White with #CCC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC06C; }

 p { color: rgb(204,192,108); }

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

background-color css

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

 a { background-color: rgb(204,192,108); }

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

border-color css

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

 span { border-color: rgb(204,192,108); }

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