#CED79F

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

Shades of Orinoco #CED79F

Tints of Orinoco #CED79F

Color information

#CED79F (or 0xCED79F) is unknown color: approx Orinoco. HEX triplet: CE, D7 and 9F. RGB value is (206,215,159). Sum of RGB (Red+Green+Blue) = 206+215+159=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #CED79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED79F is #312860. Grayscale: #CECECE. Windows color (decimal): -3221601 or 10475470. OLE color: 10475470.

HSL color Cylindrical-coordinate representation of color #CED79F: hue angle of 69.64º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CED79F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB206215159-
CMYK0.0400.260.16
HSL69.64º41.18%73.33%-
HSV(B)69.64º26.05%84.31%-
XYZ56.0164.2342.25-
YUV205.92101.52128.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=35.52%
G=37.07%
B=27.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151590.0400.260.1669.6441.1873.33
HexCED79F401A10462949
Octal31632723740322010651111
Binary1100111011010111100111111000110101000010001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED79F; }

 p { color: rgb(206,215,159); }

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

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

 a { background-color: rgb(206,215,159); }

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

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

 span { border-color: rgb(206,215,159); }

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