Html Css Color HEX #CCB96D Tacha

📋 copy color: '#CCB96D'

red 204 ◦ green 185 ◦ blue 109

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

Shades of Tacha #CCB96D

Tints of Tacha #CCB96D

RGB

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

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

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

R = 40.96%
G = 37.15%
B = 21.89%

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

#CCB96D (or 0xCCB96D) is known color: Tacha. HEX triplet: CC, B9 and 6D. RGB value is (204,185,109). Sum of RGB (Red+Green+Blue) = 204+185+109=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB96D is #334692. Grayscale: #B6B6B6. Windows color (decimal): -3360403 or 7190988. OLE color: 7190988.

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

Color convert

RGB 204 185 109 -
CMYK 0 0.09 0.47 0.2
HSL 48º 0.48% 0.61% -
HSV(B) 48º 0.47% 0.8% -
XYZ 45.01 48.64 21.48 -
YUV 182.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 204 185 109 0 0.09 0.47 0.2 48 0.48 0.61
Hex CC B9 6D 0 9 2F 14 30 30 3D
Octal 314 271 155 0 11 57 24 60 60 75
Binary 11001100 10111001 1101101 0 1001 101111 10100 110000 110000 111101

Color Harmonies of #CCB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB96D

Black with #CCB96D

Text Example


Text Example

White with #CCB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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