#C8C9C7

Color #C8C9C7 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #C8C9C7

Tints of Ottoman #C8C9C7

Color information

#C8C9C7 (or 0xC8C9C7) is unknown color: approx Ottoman. HEX triplet: C8, C9 and C7. RGB value is (200,201,199). Sum of RGB (Red+Green+Blue) = 200+201+199=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9C7 is #373638. Grayscale: #C8C8C8. Windows color (decimal): -3618361 or 13093320. OLE color: 13093320.

HSL color Cylindrical-coordinate representation of color #C8C9C7: hue angle of 90º degrees, saturation: 0.02, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C8C9C7 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB200201199-
CMYK0.0000.010.21
HSL90º1.82%78.43%-
HSV(B)90º1%78.82%-
XYZ55.0158.1862.36-
YUV200.47127.17127.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=33.33%
G=33.5%
B=33.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011990.0000.010.21901.8278.43
HexC8C9C7001155a24e
Octal310311307001251322116
Binary110010001100100111000111001101011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C9C7; }

 p { color: rgb(200,201,199); }

 H1.HeaderClassName
 {
   color: #C8C9C7;
 }
 .AnyTagClassName
 {
   color: #C8C9C7;
 }
</style>
background-color css

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

 a { background-color: rgb(200,201,199); }

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

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

 span { border-color: rgb(200,201,199); }

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