#CBD6A0

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

Shades of Orinoco #CBD6A0

Tints of Orinoco #CBD6A0

Color information

#CBD6A0 (or 0xCBD6A0) is unknown color: approx Orinoco. HEX triplet: CB, D6 and A0. RGB value is (203,214,160). Sum of RGB (Red+Green+Blue) = 203+214+160=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6A0 is #34295F. Grayscale: #CCCCCC. Windows color (decimal): -3418464 or 10540747. OLE color: 10540747.

HSL color Cylindrical-coordinate representation of color #CBD6A0: hue angle of 72.22º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBD6A0 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB203214160-
CMYK0.0500.250.16
HSL72.22º39.71%73.33%-
HSV(B)72.22º25.23%83.92%-
XYZ55.0263.3342.58-
YUV204.56102.86126.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 160 (62.89% from 255) = 27.73%
R=35.18%
G=37.09%
B=27.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141600.0500.250.1672.2239.7173.33
HexCBD6A0501910482849
Octal31332624050312011050111
Binary1100101111010110101000001010110011000010010001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6A0; }

 p { color: rgb(203,214,160); }

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

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

 a { background-color: rgb(203,214,160); }

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

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

 span { border-color: rgb(203,214,160); }

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