Html Css Color HEX #CCC770 Deco

📋 copy color: '#CCC770'

red 204 ◦ green 199 ◦ blue 112

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

Shades of Deco #CCC770

Tints of Deco #CCC770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 39.61%
G = 38.64%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC770 (or 0xCCC770) is known color: Deco. HEX triplet: CC, C7 and 70. RGB value is (204,199,112). Sum of RGB (Red+Green+Blue) = 204+199+112=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC770 is #33388F. Grayscale: #BEBEBE. Windows color (decimal): -3356816 or 7391180. OLE color: 7391180.

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

Color convert

RGB 204 199 112 -
CMYK 0 0.02 0.45 0.2
HSL 56.74º 0.47% 0.62% -
HSV(B) 56.74º 0.45% 0.8% -
XYZ 48.25 54.85 23.37 -
YUV 190.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 204 199 112 0 0.02 0.45 0.2 56.74 0.47 0.62
Hex CC C7 70 0 2 2D 14 39 2F 3E
Octal 314 307 160 0 2 55 24 71 57 76
Binary 11001100 11000111 1110000 0 10 101101 10100 111001 101111 111110

Color Harmonies of #CCC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC770

Black with #CCC770

Text Example


Text Example

White with #CCC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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