Html Css Color HEX #CCC06A Tacha

📋 copy color: '#CCC06A'

red 204 ◦ green 192 ◦ blue 106

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

Shades of Tacha #CCC06A

Tints of Tacha #CCC06A

RGB

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

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

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

R = 40.64%
G = 38.25%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCC06A (or 0xCCC06A) is known color: Tacha. HEX triplet: CC, C0 and 6A. RGB value is (204,192,106). Sum of RGB (Red+Green+Blue) = 204+192+106=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06A is #333F95. Grayscale: #BABABA. Windows color (decimal): -3358614 or 6996172. OLE color: 6996172.

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

Color convert

RGB 204 192 106 -
CMYK 0 0.06 0.48 0.2
HSL 52.65º 0.49% 0.61% -
HSV(B) 52.65º 0.48% 0.8% -
XYZ 46.35 51.58 21.15 -
YUV 185.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 204 192 106 0 0.06 0.48 0.2 52.65 0.49 0.61
Hex CC C0 6A 0 6 30 14 35 31 3D
Octal 314 300 152 0 6 60 24 65 61 75
Binary 11001100 11000000 1101010 0 110 110000 10100 110101 110001 111101

Color Harmonies of #CCC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC06A

Black with #CCC06A

Text Example


Text Example

White with #CCC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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