Html Css Color HEX #C9CFAB Orinoco

📋 copy color: '#C9CFAB'

red 201 ◦ green 207 ◦ blue 171

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

Shades of Orinoco #C9CFAB

Tints of Orinoco #C9CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.53%

R = 34.72%
G = 35.75%
B = 29.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C9CFAB (or 0xC9CFAB) is known color: Orinoco. HEX triplet: C9, CF and AB. RGB value is (201,207,171). Sum of RGB (Red+Green+Blue) = 201+207+171=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CFAB is #363054. Grayscale: #C9C9C9. Windows color (decimal): -3551317 or 11259849. OLE color: 11259849.

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

Color convert

RGB 201 207 171 -
CMYK 0.03 0 0.17 0.19
HSL 70º 0.27% 0.74% -
HSV(B) 70º 0.17% 0.81% -
XYZ 53.75 59.98 47.27 -
YUV 201.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 201 207 171 0.03 0 0.17 0.19 70 0.27 0.74
Hex C9 CF AB 3 0 11 13 46 1B 4A
Octal 311 317 253 3 0 21 23 106 33 112
Binary 11001001 11001111 10101011 11 0 10001 10011 1000110 11011 1001010

Color Harmonies of #C9CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFAB

Black with #C9CFAB

Text Example


Text Example

White with #C9CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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