#C8CBB0

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

Shades of Orinoco #C8CBB0

Tints of Orinoco #C8CBB0

Color information

#C8CBB0 (or 0xC8CBB0) is unknown color: approx Orinoco. HEX triplet: C8, CB and B0. RGB value is (200,203,176). Sum of RGB (Red+Green+Blue) = 200+203+176=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CBB0 is #37344F. Grayscale: #C7C7C7. Windows color (decimal): -3617872 or 11586504. OLE color: 11586504.

HSL color Cylindrical-coordinate representation of color #C8CBB0: hue angle of 66.67º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8CBB0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB200203176-
CMYK0.0100.130.20
HSL66.67º20.61%74.31%-
HSV(B)66.67º13.3%79.61%-
XYZ53.0158.1349.5-
YUV199.02115.01128.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=34.54%
G=35.06%
B=30.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002031760.0100.130.2066.6720.6174.31
HexC8CBB010D1443154a
Octal31031326010152410325112
Binary110010001100101110110000101101101001000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBB0; }

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

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

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

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

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

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

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

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