Html Css Color HEX #C8D3BD Ottoman

📋 copy color: '#C8D3BD'

red 200 ◦ green 211 ◦ blue 189

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

Shades of Ottoman #C8D3BD

Tints of Ottoman #C8D3BD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

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

R = 33.33%
G = 35.17%
B = 31.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#C8D3BD (or 0xC8D3BD) is known color: Ottoman. HEX triplet: C8, D3 and BD. RGB value is (200,211,189). Sum of RGB (Red+Green+Blue) = 200+211+189=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D3BD is #372C42. Grayscale: #CDCDCD. Windows color (decimal): -3615811 or 12440520. OLE color: 12440520.

HSL color Cylindrical-coordinate representation of color #C8D3BD: hue angle of 90º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8D3BD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 211 189 -
CMYK 0.05 0 0.10 0.17
HSL 90º 0.2% 0.78% -
HSV(B) 90º 0.1% 0.83% -
XYZ 56.3 62.54 57.25 -
YUV 205.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 200 211 189 0.05 0 0.10 0.17 90 0.2 0.78
Hex C8 D3 BD 5 0 A 11 5A 14 4E
Octal 310 323 275 5 0 12 21 132 24 116
Binary 11001000 11010011 10111101 101 0 1010 10001 1011010 10100 1001110

Color Harmonies of #C8D3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D3BD

Black with #C8D3BD

Text Example


Text Example

White with #C8D3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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