#CBD3AC

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

Shades of Orinoco #CBD3AC

Tints of Orinoco #CBD3AC

Color information

#CBD3AC (or 0xCBD3AC) is unknown color: approx Orinoco. HEX triplet: CB, D3 and AC. RGB value is (203,211,172). Sum of RGB (Red+Green+Blue) = 203+211+172=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD3AC is #342C53. Grayscale: #CCCCCC. Windows color (decimal): -3419220 or 11326411. OLE color: 11326411.

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

Color convert

RGB203211172-
CMYK0.0400.180.17
HSL72.31º30.71%75.1%-
HSV(B)72.31º18.48%82.75%-
XYZ55.3762.2648.13-
YUV204.16109.85127.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 211 (82.81% from 255) = 36.01%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=34.64%
G=36.01%
B=29.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032111720.0400.180.1772.3130.7175.1
HexCBD3AC401211481f4b
Octal31332325440222111037113
Binary110010111101001110101100100010010100011001000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD3AC; }

 p { color: rgb(203,211,172); }

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

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

 a { background-color: rgb(203,211,172); }

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

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

 span { border-color: rgb(203,211,172); }

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