Html Css Color HEX #C47275 Charm

📋 copy color: '#C47275'

red 196 ◦ green 114 ◦ blue 117

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

Shades of Charm #C47275

Tints of Charm #C47275

RGB

 RED value IS 196 (76.95% from 255) = 45.9%

 GREEN value IS 114 (44.92% from 255) = 26.7%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 45.9%
G = 26.7%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47275 (or 0xC47275) is known color: Charm. HEX triplet: C4, 72 and 75. RGB value is (196,114,117). Sum of RGB (Red+Green+Blue) = 196+114+117=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47275 is #3B8D8A. Grayscale: #8A8A8A. Windows color (decimal): -3902859 or 7697092. OLE color: 7697092.

HSL color Cylindrical-coordinate representation of color #C47275: hue angle of 357.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47275 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 117 -
CMYK 0 0.42 0.40 0.23
HSL 357.8º 0.41% 0.61% -
HSV(B) 357.8º 0.42% 0.77% -
XYZ 31.99 25.05 19.98 -
YUV 138.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 196 114 117 0 0.42 0.40 0.23 357.8 0.41 0.61
Hex C4 72 75 0 2A 28 17 166 29 3D
Octal 304 162 165 0 52 50 27 546 51 75
Binary 11000100 1110010 1110101 0 101010 101000 10111 101100110 101001 111101

Color Harmonies of #C47275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47275

Black with #C47275

Text Example


Text Example

White with #C47275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47275; }

 p { color: rgb(196,114,117); }

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

background-color css

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

 a { background-color: rgb(196,114,117); }

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

border-color css

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

 span { border-color: rgb(196,114,117); }

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