Html Css Color HEX #C8D4BA Ottoman

📋 copy color: '#C8D4BA'

red 200 ◦ green 212 ◦ blue 186

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

Shades of Ottoman #C8D4BA

Tints of Ottoman #C8D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.45%

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

R = 33.44%
G = 35.45%
B = 31.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#C8D4BA (or 0xC8D4BA) is known color: Ottoman. HEX triplet: C8, D4 and BA. RGB value is (200,212,186). Sum of RGB (Red+Green+Blue) = 200+212+186=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4BA is #372B45. Grayscale: #CDCDCD. Windows color (decimal): -3615558 or 12244168. OLE color: 12244168.

HSL color Cylindrical-coordinate representation of color #C8D4BA: hue angle of 87.69º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D4BA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 212 186 -
CMYK 0.06 0 0.12 0.17
HSL 87.69º 0.23% 0.78% -
HSV(B) 87.69º 0.12% 0.83% -
XYZ 56.23 62.91 55.63 -
YUV 205.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 200 212 186 0.06 0 0.12 0.17 87.69 0.23 0.78
Hex C8 D4 BA 6 0 C 11 58 17 4E
Octal 310 324 272 6 0 14 21 130 27 116
Binary 11001000 11010100 10111010 110 0 1100 10001 1011000 10111 1001110

Color Harmonies of #C8D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D4BA

Black with #C8D4BA

Text Example


Text Example

White with #C8D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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