#CDCEB5

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

Shades of Orinoco #CDCEB5

Tints of Orinoco #CDCEB5

Color information

#CDCEB5 (or 0xCDCEB5) is unknown color: approx Orinoco. HEX triplet: CD, CE and B5. RGB value is (205,206,181). Sum of RGB (Red+Green+Blue) = 205+206+181=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEB5 is #32314A. Grayscale: #CACACA. Windows color (decimal): -3289419 or 11914957. OLE color: 11914957.

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

Color convert

RGB205206181-
CMYK0.0000.120.19
HSL62.4º20.33%75.88%-
HSV(B)62.4º12.14%80.78%-
XYZ55.5960.4652.46-
YUV202.85115.67129.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=34.63%
G=34.80%
B=30.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061810.0000.120.1962.420.3375.88
HexCDCEB500C133e144c
Octal3153162650014237624114
Binary11001101110011101011010100110010011111110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEB5; }

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

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

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

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

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

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

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

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