Html Css Color HEX #CCB55C Tacha

📋 copy color: '#CCB55C'

red 204 ◦ green 181 ◦ blue 92

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

Shades of Tacha #CCB55C

Tints of Tacha #CCB55C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 42.77%
G = 37.95%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCB55C (or 0xCCB55C) is known color: Tacha. HEX triplet: CC, B5 and 5C. RGB value is (204,181,92). Sum of RGB (Red+Green+Blue) = 204+181+92=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB55C is #334AA3. Grayscale: #B2B2B2. Windows color (decimal): -3361444 or 6075852. OLE color: 6075852.

HSL color Cylindrical-coordinate representation of color #CCB55C: hue angle of 47.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCB55C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 92 -
CMYK 0 0.11 0.55 0.2
HSL 47.68º 0.52% 0.58% -
HSV(B) 47.68º 0.55% 0.8% -
XYZ 43.36 46.66 16.85 -
YUV 177.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 204 181 92 0 0.11 0.55 0.2 47.68 0.52 0.58
Hex CC B5 5C 0 B 37 14 30 34 3A
Octal 314 265 134 0 13 67 24 60 64 72
Binary 11001100 10110101 1011100 0 1011 110111 10100 110000 110100 111010

Color Harmonies of #CCB55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB55C

Black with #CCB55C

Text Example


Text Example

White with #CCB55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB55C; }

 p { color: rgb(204,181,92); }

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

background-color css

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

 a { background-color: rgb(204,181,92); }

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

border-color css

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

 span { border-color: rgb(204,181,92); }

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