Html Css Color HEX #C47075 Charm

📋 copy color: '#C47075'

red 196 ◦ green 112 ◦ blue 117

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

Shades of Charm #C47075

Tints of Charm #C47075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

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

R = 46.12%
G = 26.35%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47075 (or 0xC47075) is known color: Charm. HEX triplet: C4, 70 and 75. RGB value is (196,112,117). Sum of RGB (Red+Green+Blue) = 196+112+117=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47075 is #3B8F8A. Grayscale: #898989. Windows color (decimal): -3903371 or 7696580. OLE color: 7696580.

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

Color convert

RGB 196 112 117 -
CMYK 0 0.43 0.40 0.23
HSL 356.43º 0.42% 0.6% -
HSV(B) 356.43º 0.43% 0.77% -
XYZ 31.77 24.61 19.91 -
YUV 137.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 196 112 117 0 0.43 0.40 0.23 356.43 0.42 0.6
Hex C4 70 75 0 2B 28 17 164 2A 3C
Octal 304 160 165 0 53 50 27 544 52 74
Binary 11000100 1110000 1110101 0 101011 101000 10111 101100100 101010 111100

Color Harmonies of #C47075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47075

Black with #C47075

Text Example


Text Example

White with #C47075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47075; }

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

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

background-color css

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

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

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

border-color css

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

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

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