Html Css Color HEX #C8D8B7 Ottoman

📋 copy color: '#C8D8B7'

red 200 ◦ green 216 ◦ blue 183

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

Shades of Ottoman #C8D8B7

Tints of Ottoman #C8D8B7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.06%

 BLUE value IS 183 (71.88% from 255) = 30.55%

R = 33.39%
G = 36.06%
B = 30.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#C8D8B7 (or 0xC8D8B7) is known color: Ottoman. HEX triplet: C8, D8 and B7. RGB value is (200,216,183). Sum of RGB (Red+Green+Blue) = 200+216+183=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8B7 is #372748. Grayscale: #CFCFCF. Windows color (decimal): -3614537 or 12048584. OLE color: 12048584.

HSL color Cylindrical-coordinate representation of color #C8D8B7: hue angle of 89.09º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8D8B7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 216 183 -
CMYK 0.07 0 0.15 0.15
HSL 89.09º 0.3% 0.78% -
HSV(B) 89.09º 0.15% 0.85% -
XYZ 56.92 64.81 54.31 -
YUV 207.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 200 216 183 0.07 0 0.15 0.15 89.09 0.3 0.78
Hex C8 D8 B7 7 0 F F 59 1E 4E
Octal 310 330 267 7 0 17 17 131 36 116
Binary 11001000 11011000 10110111 111 0 1111 1111 1011001 11110 1001110

Color Harmonies of #C8D8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D8B7

Black with #C8D8B7

Text Example


Text Example

White with #C8D8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D8B7; }

 p { color: rgb(200,216,183); }

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

background-color css

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

 a { background-color: rgb(200,216,183); }

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

border-color css

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

 span { border-color: rgb(200,216,183); }

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