#CDCEB4

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

Shades of Orinoco #CDCEB4

Tints of Orinoco #CDCEB4

Color information

#CDCEB4 (or 0xCDCEB4) is unknown color: approx Orinoco. HEX triplet: CD, CE and B4. RGB value is (205,206,180). Sum of RGB (Red+Green+Blue) = 205+206+180=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEB4 is #32314B. Grayscale: #CACACA. Windows color (decimal): -3289420 or 11849421. OLE color: 11849421.

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

Color convert

RGB205206180-
CMYK0.0000.130.19
HSL62.31º20.97%75.69%-
HSV(B)62.31º12.62%80.78%-
XYZ55.4960.4251.92-
YUV202.74115.17129.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=34.69%
G=34.86%
B=30.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061800.0000.130.1962.3120.9775.69
HexCDCEB400D133e154c
Octal3153162640015237625114
Binary11001101110011101011010000110110011111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEB4; }

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

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

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

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

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

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

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

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