Html Css Color HEX #C9CBAC Orinoco

📋 copy color: '#C9CBAC'

red 201 ◦ green 203 ◦ blue 172

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

Shades of Orinoco #C9CBAC

Tints of Orinoco #C9CBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 34.9%
G = 35.24%
B = 29.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C9CBAC (or 0xC9CBAC) is known color: Orinoco. HEX triplet: C9, CB and AC. RGB value is (201,203,172). Sum of RGB (Red+Green+Blue) = 201+203+172=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBAC is #363453. Grayscale: #C6C6C6. Windows color (decimal): -3552340 or 11324361. OLE color: 11324361.

HSL color Cylindrical-coordinate representation of color #C9CBAC: hue angle of 63.87º 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 #C9CBAC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 203 172 -
CMYK 0.01 0 0.15 0.20
HSL 63.87º 0.23% 0.74% -
HSV(B) 63.87º 0.15% 0.8% -
XYZ 52.89 58.11 47.46 -
YUV 198.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 201 203 172 0.01 0 0.15 0.20 63.87 0.23 0.74
Hex C9 CB AC 1 0 F 14 40 17 4A
Octal 311 313 254 1 0 17 24 100 27 112
Binary 11001001 11001011 10101100 1 0 1111 10100 1000000 10111 1001010

Color Harmonies of #C9CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBAC

Black with #C9CBAC

Text Example


Text Example

White with #C9CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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