Html Css Color HEX #C47175 Charm

📋 copy color: '#C47175'

red 196 ◦ green 113 ◦ blue 117

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

Shades of Charm #C47175

Tints of Charm #C47175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

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

R = 46.01%
G = 26.53%
B = 27.46%

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

#C47175 (or 0xC47175) is known color: Charm. HEX triplet: C4, 71 and 75. RGB value is (196,113,117). Sum of RGB (Red+Green+Blue) = 196+113+117=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47175 is #3B8E8A. Grayscale: #8A8A8A. Windows color (decimal): -3903115 or 7696836. OLE color: 7696836.

HSL color Cylindrical-coordinate representation of color #C47175: hue angle of 357.11º 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 #C47175 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 117 -
CMYK 0 0.42 0.40 0.23
HSL 357.11º 0.41% 0.61% -
HSV(B) 357.11º 0.42% 0.77% -
XYZ 31.88 24.83 19.94 -
YUV 138.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 196 113 117 0 0.42 0.40 0.23 357.11 0.41 0.61
Hex C4 71 75 0 2A 28 17 165 29 3D
Octal 304 161 165 0 52 50 27 545 51 75
Binary 11000100 1110001 1110101 0 101010 101000 10111 101100101 101001 111101

Color Harmonies of #C47175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47175

Black with #C47175

Text Example


Text Example

White with #C47175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47175; }

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

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

background-color css

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

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

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

border-color css

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

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

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