Html Css Color HEX #C7CFBF Ottoman

📋 copy color: '#C7CFBF'

red 199 ◦ green 207 ◦ blue 191

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

Shades of Ottoman #C7CFBF

Tints of Ottoman #C7CFBF

RGB

 RED value IS 199 (78.13% from 255) = 33.33%

 GREEN value IS 207 (81.25% from 255) = 34.67%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 33.33%
G = 34.67%
B = 31.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#C7CFBF (or 0xC7CFBF) is known color: Ottoman. HEX triplet: C7, CF and BF. RGB value is (199,207,191). Sum of RGB (Red+Green+Blue) = 199+207+191=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFBF is #383040. Grayscale: #CACACA. Windows color (decimal): -3682369 or 12570567. OLE color: 12570567.

HSL color Cylindrical-coordinate representation of color #C7CFBF: hue angle of 90º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7CFBF is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 191 -
CMYK 0.04 0 0.08 0.19
HSL 90º 0.14% 0.78% -
HSV(B) 90º 0.08% 0.81% -
XYZ 55.27 60.53 58.06 -
YUV 202.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 199 207 191 0.04 0 0.08 0.19 90 0.14 0.78
Hex C7 CF BF 4 0 8 13 5A E 4E
Octal 307 317 277 4 0 10 23 132 16 116
Binary 11000111 11001111 10111111 100 0 1000 10011 1011010 1110 1001110

Color Harmonies of #C7CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFBF

Black with #C7CFBF

Text Example


Text Example

White with #C7CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFBF; }

 p { color: rgb(199,207,191); }

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

background-color css

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

 a { background-color: rgb(199,207,191); }

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

border-color css

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

 span { border-color: rgb(199,207,191); }

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