Html Css Color HEX #C9CBAE Orinoco

📋 copy color: '#C9CBAE'

red 201 ◦ green 203 ◦ blue 174

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

Shades of Orinoco #C9CBAE

Tints of Orinoco #C9CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.1%

R = 34.78%
G = 35.12%
B = 30.1%

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

#C9CBAE (or 0xC9CBAE) is known color: Orinoco. HEX triplet: C9, CB and AE. RGB value is (201,203,174). Sum of RGB (Red+Green+Blue) = 201+203+174=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CBAE is #363451. Grayscale: #C7C7C7. Windows color (decimal): -3552338 or 11455433. OLE color: 11455433.

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

Color convert

RGB 201 203 174 -
CMYK 0.01 0 0.14 0.20
HSL 64.14º 0.22% 0.74% -
HSV(B) 64.14º 0.14% 0.8% -
XYZ 53.08 58.19 48.48 -
YUV 199.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 201 203 174 0.01 0 0.14 0.20 64.14 0.22 0.74
Hex C9 CB AE 1 0 E 14 40 16 4A
Octal 311 313 256 1 0 16 24 100 26 112
Binary 11001001 11001011 10101110 1 0 1110 10100 1000000 10110 1001010

Color Harmonies of #C9CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBAE

Black with #C9CBAE

Text Example


Text Example

White with #C9CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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