Html Css Color HEX #C6C2B7 Chrome White

📋 copy color: '#C6C2B7'

red 198 ◦ green 194 ◦ blue 183

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

Shades of Chrome White #C6C2B7

Tints of Chrome White #C6C2B7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.74%

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

R = 34.43%
G = 33.74%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C6C2B7 (or 0xC6C2B7) is known color: Chrome White. HEX triplet: C6, C2 and B7. RGB value is (198,194,183). Sum of RGB (Red+Green+Blue) = 198+194+183=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2B7 is #393D48. Grayscale: #C1C1C1. Windows color (decimal): -3751241 or 12042950. OLE color: 12042950.

HSL color Cylindrical-coordinate representation of color #C6C2B7: hue angle of 44º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C2B7 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 194 183 -
CMYK 0 0.02 0.08 0.22
HSL 44º 0.12% 0.75% -
HSV(B) 44º 0.08% 0.78% -
XYZ 51.13 54.01 52.53 -
YUV 193.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 198 194 183 0 0.02 0.08 0.22 44 0.12 0.75
Hex C6 C2 B7 0 2 8 16 2C C 4B
Octal 306 302 267 0 2 10 26 54 14 113
Binary 11000110 11000010 10110111 0 10 1000 10110 101100 1100 1001011

Color Harmonies of #C6C2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C2B7

Black with #C6C2B7

Text Example


Text Example

White with #C6C2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C2B7; }

 p { color: rgb(198,194,183); }

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

background-color css

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

 a { background-color: rgb(198,194,183); }

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

border-color css

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

 span { border-color: rgb(198,194,183); }

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