#C8CCB0

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

Shades of Orinoco #C8CCB0

Tints of Orinoco #C8CCB0

Color information

#C8CCB0 (or 0xC8CCB0) is unknown color: approx Orinoco. HEX triplet: C8, CC and B0. RGB value is (200,204,176). Sum of RGB (Red+Green+Blue) = 200+204+176=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCB0 is #37334F. Grayscale: #C7C7C7. Windows color (decimal): -3617616 or 11586760. OLE color: 11586760.

HSL color Cylindrical-coordinate representation of color #C8CCB0: hue angle of 68.57º 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 #C8CCB0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB200204176-
CMYK0.0200.140.2
HSL68.57º21.54%74.51%-
HSV(B)68.57º13.73%80%-
XYZ53.2558.649.58-
YUV199.61114.67128.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 176 (69.14% from 255) = 30.34%
R=34.48%
G=35.17%
B=30.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041760.0200.140.268.5721.5474.51
HexC8CCB020E1445164b
Octal31031426020162410526113
Binary1100100011001100101100001001110101001000101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCB0; }

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

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

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

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

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

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

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

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