Html Css Color HEX #C8D5BA Ottoman

📋 copy color: '#C8D5BA'

red 200 ◦ green 213 ◦ blue 186

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

Shades of Ottoman #C8D5BA

Tints of Ottoman #C8D5BA

RGB

 RED value IS 200 (78.52% from 255) = 33.39%

 GREEN value IS 213 (83.59% from 255) = 35.56%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 33.39%
G = 35.56%
B = 31.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#C8D5BA (or 0xC8D5BA) is known color: Ottoman. HEX triplet: C8, D5 and BA. RGB value is (200,213,186). Sum of RGB (Red+Green+Blue) = 200+213+186=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BA is #372A45. Grayscale: #CECECE. Windows color (decimal): -3615302 or 12244424. OLE color: 12244424.

HSL color Cylindrical-coordinate representation of color #C8D5BA: hue angle of 88.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8D5BA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 213 186 -
CMYK 0.06 0 0.13 0.16
HSL 88.89º 0.24% 0.78% -
HSV(B) 88.89º 0.13% 0.84% -
XYZ 56.48 63.41 55.72 -
YUV 206.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 200 213 186 0.06 0 0.13 0.16 88.89 0.24 0.78
Hex C8 D5 BA 6 0 D 10 59 18 4E
Octal 310 325 272 6 0 15 20 131 30 116
Binary 11001000 11010101 10111010 110 0 1101 10000 1011001 11000 1001110

Color Harmonies of #C8D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5BA

Black with #C8D5BA

Text Example


Text Example

White with #C8D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5BA; }

 p { color: rgb(200,213,186); }

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

background-color css

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

 a { background-color: rgb(200,213,186); }

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

border-color css

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

 span { border-color: rgb(200,213,186); }

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