Html Css Color HEX #CCC777 Deco

📋 copy color: '#CCC777'

red 204 ◦ green 199 ◦ blue 119

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

Shades of Deco #CCC777

Tints of Deco #CCC777

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

 BLUE value IS 119 (46.88% from 255) = 22.8%

R = 39.08%
G = 38.12%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC777 (or 0xCCC777) is known color: Deco. HEX triplet: CC, C7 and 77. RGB value is (204,199,119). Sum of RGB (Red+Green+Blue) = 204+199+119=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC777 is #333888. Grayscale: #BFBFBF. Windows color (decimal): -3356809 or 7849932. OLE color: 7849932.

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

Color convert

RGB 204 199 119 -
CMYK 0 0.02 0.42 0.2
HSL 56.47º 0.45% 0.63% -
HSV(B) 56.47º 0.42% 0.8% -
XYZ 48.66 55.02 25.51 -
YUV 191.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 204 199 119 0 0.02 0.42 0.2 56.47 0.45 0.63
Hex CC C7 77 0 2 2A 14 38 2D 3F
Octal 314 307 167 0 2 52 24 70 55 77
Binary 11001100 11000111 1110111 0 10 101010 10100 111000 101101 111111

Color Harmonies of #CCC777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC777

Black with #CCC777

Text Example


Text Example

White with #CCC777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC777; }

 p { color: rgb(204,199,119); }

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

background-color css

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

 a { background-color: rgb(204,199,119); }

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

border-color css

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

 span { border-color: rgb(204,199,119); }

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