#CBCEB6

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

Shades of Orinoco #CBCEB6

Tints of Orinoco #CBCEB6

Color information

#CBCEB6 (or 0xCBCEB6) is unknown color: approx Orinoco. HEX triplet: CB, CE and B6. RGB value is (203,206,182). Sum of RGB (Red+Green+Blue) = 203+206+182=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEB6 is #343149. Grayscale: #CACACA. Windows color (decimal): -3420490 or 11980491. OLE color: 11980491.

HSL color Cylindrical-coordinate representation of color #CBCEB6: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCEB6 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB203206182-
CMYK0.0100.120.19
HSL67.5º19.67%76.08%-
HSV(B)67.5º11.65%80.78%-
XYZ55.1460.2252.97-
YUV202.37116.51128.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=34.35%
G=34.86%
B=30.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061820.0100.120.1967.519.6776.08
HexCBCEB610C1344144c
Octal31331626610142310424114
Binary110010111100111010110110101100100111000100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEB6; }

 p { color: rgb(203,206,182); }

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

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

 a { background-color: rgb(203,206,182); }

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

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

 span { border-color: rgb(203,206,182); }

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