#C8CEAC

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

Shades of Orinoco #C8CEAC

Tints of Orinoco #C8CEAC

Color information

#C8CEAC (or 0xC8CEAC) is unknown color: approx Orinoco. HEX triplet: C8, CE and AC. RGB value is (200,206,172). Sum of RGB (Red+Green+Blue) = 200+206+172=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAC is #373153. Grayscale: #C8C8C8. Windows color (decimal): -3617108 or 11325128. OLE color: 11325128.

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

Color convert

RGB200206172-
CMYK0.0300.170.19
HSL70.59º25.76%74.12%-
HSV(B)70.59º16.5%80.78%-
XYZ53.3459.447.68-
YUV200.33112.01127.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=34.60%
G=35.64%
B=29.76%

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
Decimal2002061720.0300.170.1970.5925.7674.12
HexC8CEAC301113471a4a
Octal31031625430212310732112
Binary11001000110011101010110011010001100111000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEAC; }

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

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

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

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

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

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

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

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