Html Css Color HEX #C9CAC8 Ottoman

📋 copy color: '#C9CAC8'

red 201 ◦ green 202 ◦ blue 200

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

Shades of Ottoman #C9CAC8

Tints of Ottoman #C9CAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.5%

 BLUE value IS 200 (78.52% from 255) = 33.17%

R = 33.33%
G = 33.5%
B = 33.17%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C9CAC8 (or 0xC9CAC8) is known color: Ottoman. HEX triplet: C9, CA and C8. RGB value is (201,202,200). Sum of RGB (Red+Green+Blue) = 201+202+200=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAC8 is #363537. Grayscale: #C9C9C9. Windows color (decimal): -3552568 or 13159113. OLE color: 13159113.

HSL color Cylindrical-coordinate representation of color #C9CAC8: hue angle of 90º degrees, saturation: 0.02, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C9CAC8 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 200 -
CMYK 0.00 0 0.01 0.21
HSL 90º 0.02% 0.79% -
HSV(B) 90º 0.01% 0.79% -
XYZ 55.63 58.83 63.07 -
YUV 201.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 201 202 200 0.00 0 0.01 0.21 90 0.02 0.79
Hex C9 CA C8 0 0 1 15 5A 2 4F
Octal 311 312 310 0 0 1 25 132 2 117
Binary 11001001 11001010 11001000 0 0 1 10101 1011010 10 1001111

Color Harmonies of #C9CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAC8

Black with #C9CAC8

Text Example


Text Example

White with #C9CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAC8; }

 p { color: rgb(201,202,200); }

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

background-color css

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

 a { background-color: rgb(201,202,200); }

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

border-color css

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

 span { border-color: rgb(201,202,200); }

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