Html Css Color HEX #CCC975 Deco

📋 copy color: '#CCC975'

red 204 ◦ green 201 ◦ blue 117

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

Shades of Deco #CCC975

Tints of Deco #CCC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 117 (46.09% from 255) = 22.41%

R = 39.08%
G = 38.51%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC975 (or 0xCCC975) is known color: Deco. HEX triplet: CC, C9 and 75. RGB value is (204,201,117). Sum of RGB (Red+Green+Blue) = 204+201+117=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC975 is #33368A. Grayscale: #C0C0C0. Windows color (decimal): -3356299 or 7719372. OLE color: 7719372.

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

Color convert

RGB 204 201 117 -
CMYK 0 0.01 0.43 0.2
HSL 57.93º 0.46% 0.63% -
HSV(B) 57.93º 0.43% 0.8% -
XYZ 49 55.9 25.04 -
YUV 192.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 204 201 117 0 0.01 0.43 0.2 57.93 0.46 0.63
Hex CC C9 75 0 1 2B 14 3A 2E 3F
Octal 314 311 165 0 1 53 24 72 56 77
Binary 11001100 11001001 1110101 0 1 101011 10100 111010 101110 111111

Color Harmonies of #CCC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC975

Black with #CCC975

Text Example


Text Example

White with #CCC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC975; }

 p { color: rgb(204,201,117); }

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

background-color css

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

 a { background-color: rgb(204,201,117); }

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

border-color css

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

 span { border-color: rgb(204,201,117); }

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