#CBD0AE

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

Shades of Orinoco #CBD0AE

Tints of Orinoco #CBD0AE

Color information

#CBD0AE (or 0xCBD0AE) is unknown color: approx Orinoco. HEX triplet: CB, D0 and AE. RGB value is (203,208,174). Sum of RGB (Red+Green+Blue) = 203+208+174=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD0AE is #342F51. Grayscale: #CACACA. Windows color (decimal): -3419986 or 11456715. OLE color: 11456715.

HSL color Cylindrical-coordinate representation of color #CBD0AE: hue angle of 68.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBD0AE is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB203208174-
CMYK0.0200.160.18
HSL68.82º26.56%74.9%-
HSV(B)68.82º16.35%81.57%-
XYZ54.8260.8648.9-
YUV202.63111.84128.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=34.70%
G=35.56%
B=29.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081740.0200.160.1868.8226.5674.9
HexCBD0AE201012451b4b
Octal31332025620202210533113
Binary11001011110100001010111010010000100101000101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0AE; }

 p { color: rgb(203,208,174); }

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

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

 a { background-color: rgb(203,208,174); }

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

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

 span { border-color: rgb(203,208,174); }

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