#CBD0AF

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

Shades of Orinoco #CBD0AF

Tints of Orinoco #CBD0AF

Color information

#CBD0AF (or 0xCBD0AF) is unknown color: approx Orinoco. HEX triplet: CB, D0 and AF. RGB value is (203,208,175). Sum of RGB (Red+Green+Blue) = 203+208+175=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD0AF is #342F50. Grayscale: #CACACA. Windows color (decimal): -3419985 or 11522251. OLE color: 11522251.

HSL color Cylindrical-coordinate representation of color #CBD0AF: hue angle of 69.09º degrees, saturation: 0.26, 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 #CBD0AF is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB203208175-
CMYK0.0200.160.18
HSL69.09º25.98%75.1%-
HSV(B)69.09º15.87%81.57%-
XYZ54.9260.949.42-
YUV202.74112.34128.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=34.64%
G=35.49%
B=29.86%

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
Decimal2032081750.0200.160.1869.0925.9875.1
HexCBD0AF201012451a4b
Octal31332025720202210532113
Binary11001011110100001010111110010000100101000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0AF; }

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

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

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

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

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

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

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

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