Html Css Color HEX #C9CEC5 Ottoman

📋 copy color: '#C9CEC5'

red 201 ◦ green 206 ◦ blue 197

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

Shades of Ottoman #C9CEC5

Tints of Ottoman #C9CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 33.28%
G = 34.11%
B = 32.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#C9CEC5 (or 0xC9CEC5) is known color: Ottoman. HEX triplet: C9, CE and C5. RGB value is (201,206,197). Sum of RGB (Red+Green+Blue) = 201+206+197=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC5 is #36313A. Grayscale: #CBCBCB. Windows color (decimal): -3551547 or 12963529. OLE color: 12963529.

HSL color Cylindrical-coordinate representation of color #C9CEC5: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9CEC5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 197 -
CMYK 0.02 0 0.04 0.19
HSL 93.33º 0.08% 0.79% -
HSV(B) 93.33º 0.04% 0.81% -
XYZ 56.24 60.59 61.55 -
YUV 203.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 201 206 197 0.02 0 0.04 0.19 93.33 0.08 0.79
Hex C9 CE C5 2 0 4 13 5D 8 4F
Octal 311 316 305 2 0 4 23 135 10 117
Binary 11001001 11001110 11000101 10 0 100 10011 1011101 1000 1001111

Color Harmonies of #C9CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEC5

Black with #C9CEC5

Text Example


Text Example

White with #C9CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEC5; }

 p { color: rgb(201,206,197); }

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

background-color css

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

 a { background-color: rgb(201,206,197); }

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

border-color css

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

 span { border-color: rgb(201,206,197); }

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