#CFD19E

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

Shades of Orinoco #CFD19E

Tints of Orinoco #CFD19E

Color information

#CFD19E (or 0xCFD19E) is unknown color: approx Orinoco. HEX triplet: CF, D1 and 9E. RGB value is (207,209,158). Sum of RGB (Red+Green+Blue) = 207+209+158=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD19E is #302E61. Grayscale: #CACACA. Windows color (decimal): -3157602 or 10408399. OLE color: 10408399.

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

Color convert

RGB207209158-
CMYK0.0100.240.18
HSL62.35º35.66%71.96%-
HSV(B)62.35º24.4%81.96%-
XYZ54.761.3341.3-
YUV202.59102.84131.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=36.06%
G=36.41%
B=27.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091580.0100.240.1862.3535.6671.96
HexCFD19E1018123e2448
Octal3173212361030227644110
Binary1100111111010001100111101011000100101111101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD19E; }

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

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

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

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

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

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

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

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