Html Css Color HEX #C47274 Charm

📋 copy color: '#C47274'

red 196 ◦ green 114 ◦ blue 116

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

Shades of Charm #C47274

Tints of Charm #C47274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 46.01%
G = 26.76%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47274 (or 0xC47274) is known color: Charm. HEX triplet: C4, 72 and 74. RGB value is (196,114,116). Sum of RGB (Red+Green+Blue) = 196+114+116=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47274 is #3B8D8B. Grayscale: #8A8A8A. Windows color (decimal): -3902860 or 7631556. OLE color: 7631556.

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

Color convert

RGB 196 114 116 -
CMYK 0 0.42 0.41 0.23
HSL 358.54º 0.41% 0.61% -
HSV(B) 358.54º 0.42% 0.77% -
XYZ 31.93 25.03 19.67 -
YUV 138.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 196 114 116 0 0.42 0.41 0.23 358.54 0.41 0.61
Hex C4 72 74 0 2A 29 17 167 29 3D
Octal 304 162 164 0 52 51 27 547 51 75
Binary 11000100 1110010 1110100 0 101010 101001 10111 101100111 101001 111101

Color Harmonies of #C47274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47274

Black with #C47274

Text Example


Text Example

White with #C47274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47274; }

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

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

background-color css

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

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

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

border-color css

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

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

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