Html Css Color HEX #C6BFCF French Grey

📋 copy color: '#C6BFCF'

red 198 ◦ green 191 ◦ blue 207

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

Shades of French Grey #C6BFCF

Tints of French Grey #C6BFCF

RGB

 RED value IS 198 (77.73% from 255) = 33.22%

 GREEN value IS 191 (75% from 255) = 32.05%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 33.22%
G = 32.05%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6BFCF (or 0xC6BFCF) is known color: French Grey. HEX triplet: C6, BF and CF. RGB value is (198,191,207). Sum of RGB (Red+Green+Blue) = 198+191+207=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCF is #394030. Grayscale: #C2C2C2. Windows color (decimal): -3751985 or 13615046. OLE color: 13615046.

HSL color Cylindrical-coordinate representation of color #C6BFCF: hue angle of 266.25º 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 #C6BFCF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 191 207 -
CMYK 0.04 0.08 0 0.19
HSL 266.25º 0.14% 0.78% -
HSV(B) 266.25º 0.08% 0.81% -
XYZ 53.18 53.77 66.61 -
YUV 194.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 198 191 207 0.04 0.08 0 0.19 266.25 0.14 0.78
Hex C6 BF CF 4 8 0 13 10A E 4E
Octal 306 277 317 4 10 0 23 412 16 116
Binary 11000110 10111111 11001111 100 1000 0 10011 100001010 1110 1001110

Color Harmonies of #C6BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFCF

Black with #C6BFCF

Text Example


Text Example

White with #C6BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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