Html Css Color HEX #CCB96B Tacha

📋 copy color: '#CCB96B'

red 204 ◦ green 185 ◦ blue 107

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

Shades of Tacha #CCB96B

Tints of Tacha #CCB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 41.13%
G = 37.3%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCB96B (or 0xCCB96B) is known color: Tacha. HEX triplet: CC, B9 and 6B. RGB value is (204,185,107). Sum of RGB (Red+Green+Blue) = 204+185+107=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB96B is #334694. Grayscale: #B6B6B6. Windows color (decimal): -3360405 or 7059916. OLE color: 7059916.

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

Color convert

RGB 204 185 107 -
CMYK 0 0.09 0.48 0.2
HSL 48.25º 0.49% 0.61% -
HSV(B) 48.25º 0.48% 0.8% -
XYZ 44.9 48.6 20.92 -
YUV 181.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 204 185 107 0 0.09 0.48 0.2 48.25 0.49 0.61
Hex CC B9 6B 0 9 30 14 30 31 3D
Octal 314 271 153 0 11 60 24 60 61 75
Binary 11001100 10111001 1101011 0 1001 110000 10100 110000 110001 111101

Color Harmonies of #CCB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB96B

Black with #CCB96B

Text Example


Text Example

White with #CCB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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