Html Css Color HEX #CCC06D Tacha

📋 copy color: '#CCC06D'

red 204 ◦ green 192 ◦ blue 109

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

Shades of Tacha #CCC06D

Tints of Tacha #CCC06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.58%

R = 40.4%
G = 38.02%
B = 21.58%

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

#CCC06D (or 0xCCC06D) is known color: Tacha. HEX triplet: CC, C0 and 6D. RGB value is (204,192,109). Sum of RGB (Red+Green+Blue) = 204+192+109=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06D is #333F92. Grayscale: #BABABA. Windows color (decimal): -3358611 or 7192780. OLE color: 7192780.

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

Color convert

RGB 204 192 109 -
CMYK 0 0.06 0.47 0.2
HSL 52.42º 0.48% 0.61% -
HSV(B) 52.42º 0.47% 0.8% -
XYZ 46.51 51.64 21.98 -
YUV 186.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 204 192 109 0 0.06 0.47 0.2 52.42 0.48 0.61
Hex CC C0 6D 0 6 2F 14 34 30 3D
Octal 314 300 155 0 6 57 24 64 60 75
Binary 11001100 11000000 1101101 0 110 101111 10100 110100 110000 111101

Color Harmonies of #CCC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC06D

Black with #CCC06D

Text Example


Text Example

White with #CCC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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