Html Css Color HEX #C8D5BD Ottoman

📋 copy color: '#C8D5BD'

red 200 ◦ green 213 ◦ blue 189

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

Shades of Ottoman #C8D5BD

Tints of Ottoman #C8D5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 33.22%
G = 35.38%
B = 31.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C8D5BD (or 0xC8D5BD) is known color: Ottoman. HEX triplet: C8, D5 and BD. RGB value is (200,213,189). Sum of RGB (Red+Green+Blue) = 200+213+189=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BD is #372A42. Grayscale: #CECECE. Windows color (decimal): -3615299 or 12441032. OLE color: 12441032.

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

Color convert

RGB 200 213 189 -
CMYK 0.06 0 0.11 0.16
HSL 92.5º 0.22% 0.79% -
HSV(B) 92.5º 0.11% 0.84% -
XYZ 56.8 63.54 57.42 -
YUV 206.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 200 213 189 0.06 0 0.11 0.16 92.5 0.22 0.79
Hex C8 D5 BD 6 0 B 10 5C 16 4F
Octal 310 325 275 6 0 13 20 134 26 117
Binary 11001000 11010101 10111101 110 0 1011 10000 1011100 10110 1001111

Color Harmonies of #C8D5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5BD

Black with #C8D5BD

Text Example


Text Example

White with #C8D5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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