Html Css Color HEX #CCB76C Tacha

📋 copy color: '#CCB76C'

red 204 ◦ green 183 ◦ blue 108

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

Shades of Tacha #CCB76C

Tints of Tacha #CCB76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.97%

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

R = 41.21%
G = 36.97%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB76C (or 0xCCB76C) is known color: Tacha. HEX triplet: CC, B7 and 6C. RGB value is (204,183,108). Sum of RGB (Red+Green+Blue) = 204+183+108=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB76C is #334893. Grayscale: #B5B5B5. Windows color (decimal): -3360916 or 7124940. OLE color: 7124940.

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

Color convert

RGB 204 183 108 -
CMYK 0 0.10 0.47 0.2
HSL 46.88º 0.48% 0.61% -
HSV(B) 46.88º 0.47% 0.8% -
XYZ 44.54 47.79 21.06 -
YUV 180.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 204 183 108 0 0.10 0.47 0.2 46.88 0.48 0.61
Hex CC B7 6C 0 A 2F 14 2F 30 3D
Octal 314 267 154 0 12 57 24 57 60 75
Binary 11001100 10110111 1101100 0 1010 101111 10100 101111 110000 111101

Color Harmonies of #CCB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB76C

Black with #CCB76C

Text Example


Text Example

White with #CCB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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