#CFD175

Color #CFD175 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CFD175

Tints of Deco #CFD175

Color information

#CFD175 (or 0xCFD175) is unknown color: approx Deco. HEX triplet: CF, D1 and 75. RGB value is (207,209,117). Sum of RGB (Red+Green+Blue) = 207+209+117=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD175 is #302E8A. Grayscale: #C6C6C6. Windows color (decimal): -3157643 or 7721423. OLE color: 7721423.

HSL color Cylindrical-coordinate representation of color #CFD175: hue angle of 61.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFD175 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB207209117-
CMYK0.0100.440.18
HSL61.3º50%63.92%-
HSV(B)61.3º44.02%81.96%-
XYZ51.7460.1525.71-
YUV197.9182.34134.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=38.84%
G=39.21%
B=21.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091170.0100.440.1861.35063.92
HexCFD175102C123d3240
Octal3173211651054227562100
Binary1100111111010001111010110101100100101111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD175; }

 p { color: rgb(207,209,117); }

 H1.HeaderClassName
 {
   color: #CFD175;
 }
 .AnyTagClassName
 {
   color: #CFD175;
 }
</style>
background-color css

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

 a { background-color: rgb(207,209,117); }

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

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

 span { border-color: rgb(207,209,117); }

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