#C8CEAA

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

Shades of Orinoco #C8CEAA

Tints of Orinoco #C8CEAA

Color information

#C8CEAA (or 0xC8CEAA) is unknown color: approx Orinoco. HEX triplet: C8, CE and AA. RGB value is (200,206,170). Sum of RGB (Red+Green+Blue) = 200+206+170=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAA is #373155. Grayscale: #C8C8C8. Windows color (decimal): -3617110 or 11194056. OLE color: 11194056.

HSL color Cylindrical-coordinate representation of color #C8CEAA: hue angle of 70º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CEAA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB200206170-
CMYK0.0300.170.19
HSL70º26.87%73.73%-
HSV(B)70º17.48%80.78%-
XYZ53.1559.3246.68-
YUV200.1111.01127.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.72%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=34.72%
G=35.76%
B=29.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002061700.0300.170.197026.8773.73
HexC8CEAA301113461b4a
Octal31031625230212310633112
Binary11001000110011101010101011010001100111000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEAA; }

 p { color: rgb(200,206,170); }

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

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

 a { background-color: rgb(200,206,170); }

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

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

 span { border-color: rgb(200,206,170); }

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