#CDCEA5

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

Shades of Orinoco #CDCEA5

Tints of Orinoco #CDCEA5

Color information

#CDCEA5 (or 0xCDCEA5) is unknown color: approx Orinoco. HEX triplet: CD, CE and A5. RGB value is (205,206,165). Sum of RGB (Red+Green+Blue) = 205+206+165=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEA5 is #32315A. Grayscale: #C9C9C9. Windows color (decimal): -3289435 or 10866381. OLE color: 10866381.

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

Color convert

RGB205206165-
CMYK0.0000.200.19
HSL61.46º29.5%72.75%-
HSV(B)61.46º19.9%80.78%-
XYZ54.0459.8444.3-
YUV201.03107.67130.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=35.59%
G=35.76%
B=28.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061650.0000.200.1961.4629.572.75
HexCDCEA50014133d1d49
Octal3153162450024237535111
Binary110011011100111010100101001010010011111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEA5; }

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

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

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

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

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

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

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

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