Html Css Color HEX #C9CDC5 Ottoman

📋 copy color: '#C9CDC5'

red 201 ◦ green 205 ◦ blue 197

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

Shades of Ottoman #C9CDC5

Tints of Ottoman #C9CDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

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

R = 33.33%
G = 34%
B = 32.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#C9CDC5 (or 0xC9CDC5) is known color: Ottoman. HEX triplet: C9, CD and C5. RGB value is (201,205,197). Sum of RGB (Red+Green+Blue) = 201+205+197=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDC5 is #36323A. Grayscale: #CACACA. Windows color (decimal): -3551803 or 12963273. OLE color: 12963273.

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

Color convert

RGB 201 205 197 -
CMYK 0.02 0 0.04 0.20
HSL 90º 0.07% 0.79% -
HSV(B) 90º 0.04% 0.8% -
XYZ 56 60.11 61.47 -
YUV 202.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 201 205 197 0.02 0 0.04 0.20 90 0.07 0.79
Hex C9 CD C5 2 0 4 14 5A 7 4F
Octal 311 315 305 2 0 4 24 132 7 117
Binary 11001001 11001101 11000101 10 0 100 10100 1011010 111 1001111

Color Harmonies of #C9CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDC5

Black with #C9CDC5

Text Example


Text Example

White with #C9CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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