Html Css Color HEX #C9CFA4 Orinoco

📋 copy color: '#C9CFA4'

red 201 ◦ green 207 ◦ blue 164

#C9CFA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #C9CFA4

Tints of Orinoco #C9CFA4

RGB

 RED value IS 201 (78.91% from 255) = 35.14%

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 164 (64.45% from 255) = 28.67%

R = 35.14%
G = 36.19%
B = 28.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#C9CFA4 (or 0xC9CFA4) is known color: Orinoco. HEX triplet: C9, CF and A4. RGB value is (201,207,164). Sum of RGB (Red+Green+Blue) = 201+207+164=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFA4 is #36305B. Grayscale: #C8C8C8. Windows color (decimal): -3551324 or 10801097. OLE color: 10801097.

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

Color convert

RGB 201 207 164 -
CMYK 0.03 0 0.21 0.19
HSL 68.37º 0.31% 0.73% -
HSV(B) 68.37º 0.21% 0.81% -
XYZ 53.1 59.72 43.85 -
YUV 200.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 201 207 164 0.03 0 0.21 0.19 68.37 0.31 0.73
Hex C9 CF A4 3 0 15 13 44 1F 49
Octal 311 317 244 3 0 25 23 104 37 111
Binary 11001001 11001111 10100100 11 0 10101 10011 1000100 11111 1001001

Color Harmonies of #C9CFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFA4

Black with #C9CFA4

Text Example


Text Example

White with #C9CFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFA4; }

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

 H1.HeaderClassName
 {
   color: #C9CFA4;
 }
 .AnyTagClassName
 {
   color: #C9CFA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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