#CDCEAA

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

Shades of Orinoco #CDCEAA

Tints of Orinoco #CDCEAA

Color information

#CDCEAA (or 0xCDCEAA) is unknown color: approx Orinoco. HEX triplet: CD, CE and AA. RGB value is (205,206,170). Sum of RGB (Red+Green+Blue) = 205+206+170=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEAA is #323155. Grayscale: #C9C9C9. Windows color (decimal): -3289430 or 11194061. OLE color: 11194061.

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

Color convert

RGB205206170-
CMYK0.0000.170.19
HSL61.67º26.87%73.73%-
HSV(B)61.67º17.48%80.78%-
XYZ54.560.0246.74-
YUV201.6110.17130.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=35.28%
G=35.46%
B=29.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061700.0000.170.1961.6726.8773.73
HexCDCEAA0011133e1b4a
Octal3153162520021237633112
Binary110011011100111010101010001000110011111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEAA; }

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

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

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

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

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

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

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

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