Html Css Color HEX #CCCF73 Deco

📋 copy color: '#CCCF73'

red 204 ◦ green 207 ◦ blue 115

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

Shades of Deco #CCCF73

Tints of Deco #CCCF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.35%

 BLUE value IS 115 (45.31% from 255) = 21.86%

R = 38.78%
G = 39.35%
B = 21.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CCCF73 (or 0xCCCF73) is known color: Deco. HEX triplet: CC, CF and 73. RGB value is (204,207,115). Sum of RGB (Red+Green+Blue) = 204+207+115=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF73 is #33308C. Grayscale: #C3C3C3. Windows color (decimal): -3354765 or 7589836. OLE color: 7589836.

HSL color Cylindrical-coordinate representation of color #CCCF73: hue angle of 61.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCCF73 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 115 -
CMYK 0.01 0 0.44 0.19
HSL 61.96º 0.49% 0.63% -
HSV(B) 61.96º 0.44% 0.81% -
XYZ 50.31 58.7 24.9 -
YUV 195.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 204 207 115 0.01 0 0.44 0.19 61.96 0.49 0.63
Hex CC CF 73 1 0 2C 13 3E 31 3F
Octal 314 317 163 1 0 54 23 76 61 77
Binary 11001100 11001111 1110011 1 0 101100 10011 111110 110001 111111

Color Harmonies of #CCCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF73

Black with #CCCF73

Text Example


Text Example

White with #CCCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF73; }

 p { color: rgb(204,207,115); }

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

background-color css

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

 a { background-color: rgb(204,207,115); }

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

border-color css

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

 span { border-color: rgb(204,207,115); }

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