#CBD0AB

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

Shades of Orinoco #CBD0AB

Tints of Orinoco #CBD0AB

Color information

#CBD0AB (or 0xCBD0AB) is unknown color: approx Orinoco. HEX triplet: CB, D0 and AB. RGB value is (203,208,171). Sum of RGB (Red+Green+Blue) = 203+208+171=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD0AB is #342F54. Grayscale: #CACACA. Windows color (decimal): -3419989 or 11260107. OLE color: 11260107.

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

Color convert

RGB203208171-
CMYK0.0200.180.18
HSL68.11º28.24%74.31%-
HSV(B)68.11º17.79%81.57%-
XYZ54.5460.7547.38-
YUV202.29110.34128.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=34.88%
G=35.74%
B=29.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081710.0200.180.1868.1128.2474.31
HexCBD0AB201212441c4a
Octal31332025320222210434112
Binary11001011110100001010101110010010100101000100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0AB; }

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

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

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

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

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

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

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

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