#C8CEAB

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

Shades of Orinoco #C8CEAB

Tints of Orinoco #C8CEAB

Color information

#C8CEAB (or 0xC8CEAB) is unknown color: approx Orinoco. HEX triplet: C8, CE and AB. RGB value is (200,206,171). Sum of RGB (Red+Green+Blue) = 200+206+171=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAB is #373154. Grayscale: #C8C8C8. Windows color (decimal): -3617109 or 11259592. OLE color: 11259592.

HSL color Cylindrical-coordinate representation of color #C8CEAB: hue angle of 70.29º degrees, saturation: 0.26, 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 #C8CEAB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB200206171-
CMYK0.0300.170.19
HSL70.29º26.32%73.92%-
HSV(B)70.29º16.99%80.78%-
XYZ53.2459.3647.18-
YUV200.22111.51127.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=34.66%
G=35.70%
B=29.64%

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
Decimal2002061710.0300.170.1970.2926.3273.92
HexC8CEAB301113461a4a
Octal31031625330212310632112
Binary11001000110011101010101111010001100111000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEAB; }

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

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

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

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

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

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

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

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