#CBCEB5

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

Shades of Orinoco #CBCEB5

Tints of Orinoco #CBCEB5

Color information

#CBCEB5 (or 0xCBCEB5) is unknown color: approx Orinoco. HEX triplet: CB, CE and B5. RGB value is (203,206,181). Sum of RGB (Red+Green+Blue) = 203+206+181=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEB5 is #34314A. Grayscale: #CACACA. Windows color (decimal): -3420491 or 11914955. OLE color: 11914955.

HSL color Cylindrical-coordinate representation of color #CBCEB5: hue angle of 67.2º 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 #CBCEB5 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB203206181-
CMYK0.0100.120.19
HSL67.2º20.33%75.88%-
HSV(B)67.2º12.14%80.78%-
XYZ55.0460.1852.43-
YUV202.25116.01128.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=34.41%
G=34.92%
B=30.68%

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
Decimal2032061810.0100.120.1967.220.3375.88
HexCBCEB510C1343144c
Octal31331626510142310324114
Binary110010111100111010110101101100100111000011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEB5; }

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

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

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

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

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

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

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

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