#CBD2A2

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

Shades of Orinoco #CBD2A2

Tints of Orinoco #CBD2A2

Color information

#CBD2A2 (or 0xCBD2A2) is unknown color: approx Orinoco. HEX triplet: CB, D2 and A2. RGB value is (203,210,162). Sum of RGB (Red+Green+Blue) = 203+210+162=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD2A2 is #342D5D. Grayscale: #CACACA. Windows color (decimal): -3419486 or 10670795. OLE color: 10670795.

HSL color Cylindrical-coordinate representation of color #CBD2A2: hue angle of 68.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBD2A2 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB203210162-
CMYK0.0300.230.18
HSL68.75º34.78%72.94%-
HSV(B)68.75º22.86%82.35%-
XYZ54.261.443.18-
YUV202.43105.18128.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 162 (63.67% from 255) = 28.17%
R=35.30%
G=36.52%
B=28.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101620.0300.230.1868.7534.7872.94
HexCBD2A2301712452349
Octal31332224230272210543111
Binary110010111101001010100010110101111001010001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2A2; }

 p { color: rgb(203,210,162); }

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

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

 a { background-color: rgb(203,210,162); }

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

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

 span { border-color: rgb(203,210,162); }

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