#CED79C

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

Shades of Orinoco #CED79C

Tints of Orinoco #CED79C

Color information

#CED79C (or 0xCED79C) is unknown color: approx Orinoco. HEX triplet: CE, D7 and 9C. RGB value is (206,215,156). Sum of RGB (Red+Green+Blue) = 206+215+156=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #CED79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED79C is #312863. Grayscale: #CDCDCD. Windows color (decimal): -3221604 or 10278862. OLE color: 10278862.

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

Color convert

RGB206215156-
CMYK0.0400.270.16
HSL69.15º42.45%72.75%-
HSV(B)69.15º27.44%84.31%-
XYZ55.7564.1240.89-
YUV205.58100.02128.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=35.70%
G=37.26%
B=27.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151560.0400.270.1669.1542.4572.75
HexCED79C401B10452a49
Octal31632723440332010552111
Binary1100111011010111100111001000110111000010001011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED79C; }

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

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

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

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

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

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

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

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