#C8CCAE

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

Shades of Orinoco #C8CCAE

Tints of Orinoco #C8CCAE

Color information

#C8CCAE (or 0xC8CCAE) is unknown color: approx Orinoco. HEX triplet: C8, CC and AE. RGB value is (200,204,174). Sum of RGB (Red+Green+Blue) = 200+204+174=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCAE is #373351. Grayscale: #C7C7C7. Windows color (decimal): -3617618 or 11455688. OLE color: 11455688.

HSL color Cylindrical-coordinate representation of color #C8CCAE: hue angle of 68º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CCAE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB200204174-
CMYK0.0200.150.2
HSL68º22.73%74.12%-
HSV(B)68º14.71%80%-
XYZ53.0558.5248.54-
YUV199.38113.67128.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=34.60%
G=35.29%
B=30.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041740.0200.150.26822.7374.12
HexC8CCAE20F1444174a
Octal31031425620172410427112
Binary1100100011001100101011101001111101001000100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCAE; }

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

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

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

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

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

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

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

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