Html Css Color HEX #C6C2B3 Chrome White

📋 copy color: '#C6C2B3'

red 198 ◦ green 194 ◦ blue 179

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

Shades of Chrome White #C6C2B3

Tints of Chrome White #C6C2B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 34.68%
G = 33.98%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C6C2B3 (or 0xC6C2B3) is known color: Chrome White. HEX triplet: C6, C2 and B3. RGB value is (198,194,179). Sum of RGB (Red+Green+Blue) = 198+194+179=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2B3 is #393D4C. Grayscale: #C1C1C1. Windows color (decimal): -3751245 or 11780806. OLE color: 11780806.

HSL color Cylindrical-coordinate representation of color #C6C2B3: hue angle of 47.37º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6C2B3 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 194 179 -
CMYK 0 0.02 0.10 0.22
HSL 47.37º 0.14% 0.74% -
HSV(B) 47.37º 0.1% 0.78% -
XYZ 50.72 53.84 50.37 -
YUV 193.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 198 194 179 0 0.02 0.10 0.22 47.37 0.14 0.74
Hex C6 C2 B3 0 2 A 16 2F E 4A
Octal 306 302 263 0 2 12 26 57 16 112
Binary 11000110 11000010 10110011 0 10 1010 10110 101111 1110 1001010

Color Harmonies of #C6C2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C2B3

Black with #C6C2B3

Text Example


Text Example

White with #C6C2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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