Html Css Color HEX #C8D5BC Ottoman

📋 copy color: '#C8D5BC'

red 200 ◦ green 213 ◦ blue 188

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

Shades of Ottoman #C8D5BC

Tints of Ottoman #C8D5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 33.28%
G = 35.44%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C8D5BC (or 0xC8D5BC) is known color: Ottoman. HEX triplet: C8, D5 and BC. RGB value is (200,213,188). Sum of RGB (Red+Green+Blue) = 200+213+188=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5BC is #372A43. Grayscale: #CECECE. Windows color (decimal): -3615300 or 12375496. OLE color: 12375496.

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

Color convert

RGB 200 213 188 -
CMYK 0.06 0 0.12 0.16
HSL 91.2º 0.23% 0.79% -
HSV(B) 91.2º 0.12% 0.84% -
XYZ 56.69 63.5 56.85 -
YUV 206.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 200 213 188 0.06 0 0.12 0.16 91.2 0.23 0.79
Hex C8 D5 BC 6 0 C 10 5B 17 4F
Octal 310 325 274 6 0 14 20 133 27 117
Binary 11001000 11010101 10111100 110 0 1100 10000 1011011 10111 1001111

Color Harmonies of #C8D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5BC

Black with #C8D5BC

Text Example


Text Example

White with #C8D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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