Html Css Color HEX #C5C3BB Chrome White

📋 copy color: '#C5C3BB'

red 197 ◦ green 195 ◦ blue 187

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

Shades of Chrome White #C5C3BB

Tints of Chrome White #C5C3BB

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

 GREEN value IS 195 (76.56% from 255) = 33.68%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 34.02%
G = 33.68%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C5C3BB (or 0xC5C3BB) is known color: Chrome White. HEX triplet: C5, C3 and BB. RGB value is (197,195,187). Sum of RGB (Red+Green+Blue) = 197+195+187=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3BB is #3A3C44. Grayscale: #C2C2C2. Windows color (decimal): -3816517 or 12305349. OLE color: 12305349.

HSL color Cylindrical-coordinate representation of color #C5C3BB: hue angle of 48º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C3BB is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 187 -
CMYK 0 0.01 0.05 0.23
HSL 48º 0.08% 0.75% -
HSV(B) 48º 0.05% 0.77% -
XYZ 51.51 54.49 54.82 -
YUV 194.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 197 195 187 0 0.01 0.05 0.23 48 0.08 0.75
Hex C5 C3 BB 0 1 5 17 30 8 4B
Octal 305 303 273 0 1 5 27 60 10 113
Binary 11000101 11000011 10111011 0 1 101 10111 110000 1000 1001011

Color Harmonies of #C5C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3BB

Black with #C5C3BB

Text Example


Text Example

White with #C5C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3BB; }

 p { color: rgb(197,195,187); }

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

background-color css

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

 a { background-color: rgb(197,195,187); }

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

border-color css

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

 span { border-color: rgb(197,195,187); }

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