#cbd4a9

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

Shades of Orinoco #CBD4A9

Tints of Orinoco #CBD4A9

Color information

#CBD4A9 (or 0xCBD4A9) is unknown color: approx Orinoco. HEX triplet: CB, D4 and A9. RGB value is (203,212,169). Sum of RGB (Red+Green+Blue) = 203+212+169=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD4A9 is #342B56. Grayscale: #CCCCCC. Windows color (decimal): -3418967 or 11130059. OLE color: 11130059.

HSL color Cylindrical-coordinate representation of color #CBD4A9: hue angle of 72.56º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD4A9 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB203212169-
CMYK0.0400.200.17
HSL72.56º33.33%74.71%-
HSV(B)72.56º20.28%83.14%-
XYZ55.3362.6546.71-
YUV204.41108.02127-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=34.76%
G=36.30%
B=28.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121690.0400.200.1772.5633.3374.71
HexCBD4A940141149214b
Octal31332425140242111141113
Binary1100101111010100101010011000101001000110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbd4a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbd4a9; }

 p { color: rgb(203,212,169); }

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

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

 a { background-color: rgb(203,212,169); }

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

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

 span { border-color: rgb(203,212,169); }

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