Html Css Color HEX #C9CBAF Orinoco

📋 copy color: '#C9CBAF'

red 201 ◦ green 203 ◦ blue 175

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

Shades of Orinoco #C9CBAF

Tints of Orinoco #C9CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 34.72%
G = 35.06%
B = 30.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C9CBAF (or 0xC9CBAF) is known color: Orinoco. HEX triplet: C9, CB and AF. RGB value is (201,203,175). Sum of RGB (Red+Green+Blue) = 201+203+175=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBAF is #363450. Grayscale: #C7C7C7. Windows color (decimal): -3552337 or 11520969. OLE color: 11520969.

HSL color Cylindrical-coordinate representation of color #C9CBAF: hue angle of 64.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CBAF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 203 175 -
CMYK 0.01 0 0.14 0.20
HSL 64.29º 0.21% 0.74% -
HSV(B) 64.29º 0.14% 0.8% -
XYZ 53.18 58.22 48.99 -
YUV 199.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 201 203 175 0.01 0 0.14 0.20 64.29 0.21 0.74
Hex C9 CB AF 1 0 E 14 40 15 4A
Octal 311 313 257 1 0 16 24 100 25 112
Binary 11001001 11001011 10101111 1 0 1110 10100 1000000 10101 1001010

Color Harmonies of #C9CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBAF

Black with #C9CBAF

Text Example


Text Example

White with #C9CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBAF; }

 p { color: rgb(201,203,175); }

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

background-color css

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

 a { background-color: rgb(201,203,175); }

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

border-color css

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

 span { border-color: rgb(201,203,175); }

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