#CBD0AD

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

Shades of Orinoco #CBD0AD

Tints of Orinoco #CBD0AD

Color information

#CBD0AD (or 0xCBD0AD) is unknown color: approx Orinoco. HEX triplet: CB, D0 and AD. RGB value is (203,208,173). Sum of RGB (Red+Green+Blue) = 203+208+173=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD0AD is #342F52. Grayscale: #CACACA. Windows color (decimal): -3419987 or 11391179. OLE color: 11391179.

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

Color convert

RGB203208173-
CMYK0.0200.170.18
HSL68.57º27.13%74.71%-
HSV(B)68.57º16.83%81.57%-
XYZ54.7360.8348.39-
YUV202.52111.34128.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=34.76%
G=35.62%
B=29.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032081730.0200.170.1868.5727.1374.71
HexCBD0AD201112451b4b
Octal31332025520212210533113
Binary11001011110100001010110110010001100101000101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0AD; }

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

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

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

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

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

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

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

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