#CBCCB0

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

Shades of Orinoco #CBCCB0

Tints of Orinoco #CBCCB0

Color information

#CBCCB0 (or 0xCBCCB0) is unknown color: approx Orinoco. HEX triplet: CB, CC and B0. RGB value is (203,204,176). Sum of RGB (Red+Green+Blue) = 203+204+176=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCCB0 is #34334F. Grayscale: #C8C8C8. Windows color (decimal): -3421008 or 11586763. OLE color: 11586763.

HSL color Cylindrical-coordinate representation of color #CBCCB0: hue angle of 62.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCCB0 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB203204176-
CMYK0.0000.140.2
HSL62.14º21.54%74.51%-
HSV(B)62.14º13.73%80%-
XYZ54.0659.0249.62-
YUV200.51114.17129.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=34.82%
G=34.99%
B=30.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041760.0000.140.262.1421.5474.51
HexCBCCB000E143e164b
Octal3133142600016247626113
Binary11001011110011001011000000111010100111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCB0; }

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

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

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

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

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

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

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

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