Html Css Color HEX #CCC874 Deco

📋 copy color: '#CCC874'

red 204 ◦ green 200 ◦ blue 116

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

Shades of Deco #CCC874

Tints of Deco #CCC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 39.23%
G = 38.46%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC874 (or 0xCCC874) is known color: Deco. HEX triplet: CC, C8 and 74. RGB value is (204,200,116). Sum of RGB (Red+Green+Blue) = 204+200+116=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC874 is #33378B. Grayscale: #BFBFBF. Windows color (decimal): -3356556 or 7653580. OLE color: 7653580.

HSL color Cylindrical-coordinate representation of color #CCC874: hue angle of 57.27º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCC874 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 116 -
CMYK 0 0.02 0.43 0.2
HSL 57.27º 0.46% 0.63% -
HSV(B) 57.27º 0.43% 0.8% -
XYZ 48.71 55.41 24.65 -
YUV 191.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 204 200 116 0 0.02 0.43 0.2 57.27 0.46 0.63
Hex CC C8 74 0 2 2B 14 39 2E 3F
Octal 314 310 164 0 2 53 24 71 56 77
Binary 11001100 11001000 1110100 0 10 101011 10100 111001 101110 111111

Color Harmonies of #CCC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC874

Black with #CCC874

Text Example


Text Example

White with #CCC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC874; }

 p { color: rgb(204,200,116); }

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

background-color css

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

 a { background-color: rgb(204,200,116); }

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

border-color css

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

 span { border-color: rgb(204,200,116); }

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