Html Css Color HEX #C7C4B6 Chrome White

📋 copy color: '#C7C4B6'

red 199 ◦ green 196 ◦ blue 182

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

Shades of Chrome White #C7C4B6

Tints of Chrome White #C7C4B6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.97%

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 34.49%
G = 33.97%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C7C4B6 (or 0xC7C4B6) is known color: Chrome White. HEX triplet: C7, C4 and B6. RGB value is (199,196,182). Sum of RGB (Red+Green+Blue) = 199+196+182=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4B6 is #383B49. Grayscale: #C3C3C3. Windows color (decimal): -3685194 or 11977927. OLE color: 11977927.

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

Color convert

RGB 199 196 182 -
CMYK 0 0.02 0.09 0.22
HSL 49.41º 0.13% 0.75% -
HSV(B) 49.41º 0.09% 0.78% -
XYZ 51.74 55 52.15 -
YUV 195.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 199 196 182 0 0.02 0.09 0.22 49.41 0.13 0.75
Hex C7 C4 B6 0 2 9 16 31 D 4B
Octal 307 304 266 0 2 11 26 61 15 113
Binary 11000111 11000100 10110110 0 10 1001 10110 110001 1101 1001011

Color Harmonies of #C7C4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C4B6

Black with #C7C4B6

Text Example


Text Example

White with #C7C4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C4B6; }

 p { color: rgb(199,196,182); }

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

background-color css

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

 a { background-color: rgb(199,196,182); }

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

border-color css

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

 span { border-color: rgb(199,196,182); }

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