#CDCEA6

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

Shades of Orinoco #CDCEA6

Tints of Orinoco #CDCEA6

Color information

#CDCEA6 (or 0xCDCEA6) is unknown color: approx Orinoco. HEX triplet: CD, CE and A6. RGB value is (205,206,166). Sum of RGB (Red+Green+Blue) = 205+206+166=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEA6 is #323159. Grayscale: #C9C9C9. Windows color (decimal): -3289434 or 10931917. OLE color: 10931917.

HSL color Cylindrical-coordinate representation of color #CDCEA6: hue angle of 61.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCEA6 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB205206166-
CMYK0.0000.190.19
HSL61.5º28.99%72.94%-
HSV(B)61.5º19.42%80.78%-
XYZ54.1359.8744.78-
YUV201.14108.17130.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=35.53%
G=35.70%
B=28.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061660.0000.190.1961.528.9972.94
HexCDCEA60013133e1d49
Octal3153162460023237635111
Binary110011011100111010100110001001110011111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEA6; }

 p { color: rgb(205,206,166); }

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

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

 a { background-color: rgb(205,206,166); }

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

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

 span { border-color: rgb(205,206,166); }

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