#C9CFAD

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

Shades of Orinoco #C9CFAD

Tints of Orinoco #C9CFAD

Color information

#C9CFAD (or 0xC9CFAD) is unknown color: approx Orinoco. HEX triplet: C9, CF and AD. RGB value is (201,207,173). Sum of RGB (Red+Green+Blue) = 201+207+173=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFAD is #363052. Grayscale: #C9C9C9. Windows color (decimal): -3551315 or 11390921. OLE color: 11390921.

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

Color convert

RGB201207173-
CMYK0.0300.160.19
HSL70.59º26.15%74.51%-
HSV(B)70.59º16.43%81.18%-
XYZ53.9460.0648.28-
YUV201.33112.01127.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=34.60%
G=35.63%
B=29.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071730.0300.160.1970.5926.1574.51
HexC9CFAD301013471a4b
Octal31131725530202310732113
Binary11001001110011111010110111010000100111000111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFAD; }

 p { color: rgb(201,207,173); }

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

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

 a { background-color: rgb(201,207,173); }

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

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

 span { border-color: rgb(201,207,173); }

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