#CBCEB0

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

Shades of Orinoco #CBCEB0

Tints of Orinoco #CBCEB0

Color information

#CBCEB0 (or 0xCBCEB0) is unknown color: approx Orinoco. HEX triplet: CB, CE and B0. RGB value is (203,206,176). Sum of RGB (Red+Green+Blue) = 203+206+176=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEB0 is #34314F. Grayscale: #C9C9C9. Windows color (decimal): -3420496 or 11587275. OLE color: 11587275.

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

Color convert

RGB203206176-
CMYK0.0100.150.19
HSL66º23.44%74.9%-
HSV(B)66º14.56%80.78%-
XYZ54.5459.9749.78-
YUV201.68113.51128.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=34.70%
G=35.21%
B=30.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061760.0100.150.196623.4474.9
HexCBCEB010F1342174b
Octal31331626010172310227113
Binary110010111100111010110000101111100111000010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEB0; }

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

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

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

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

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

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

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

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