Html Css Color HEX #CCB96C Tacha

📋 copy color: '#CCB96C'

red 204 ◦ green 185 ◦ blue 108

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

Shades of Tacha #CCB96C

Tints of Tacha #CCB96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.22%

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

R = 41.05%
G = 37.22%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB96C (or 0xCCB96C) is known color: Tacha. HEX triplet: CC, B9 and 6C. RGB value is (204,185,108). Sum of RGB (Red+Green+Blue) = 204+185+108=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB96C is #334693. Grayscale: #B6B6B6. Windows color (decimal): -3360404 or 7125452. OLE color: 7125452.

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

Color convert

RGB 204 185 108 -
CMYK 0 0.09 0.47 0.2
HSL 48.13º 0.48% 0.61% -
HSV(B) 48.13º 0.47% 0.8% -
XYZ 44.96 48.62 21.2 -
YUV 181.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 204 185 108 0 0.09 0.47 0.2 48.13 0.48 0.61
Hex CC B9 6C 0 9 2F 14 30 30 3D
Octal 314 271 154 0 11 57 24 60 60 75
Binary 11001100 10111001 1101100 0 1001 101111 10100 110000 110000 111101

Color Harmonies of #CCB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB96C

Black with #CCB96C

Text Example


Text Example

White with #CCB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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