Html Css Color HEX #C47278 Charm

📋 copy color: '#C47278'

red 196 ◦ green 114 ◦ blue 120

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

Shades of Charm #C47278

Tints of Charm #C47278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 45.58%
G = 26.51%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C47278 (or 0xC47278) is known color: Charm. HEX triplet: C4, 72 and 78. RGB value is (196,114,120). Sum of RGB (Red+Green+Blue) = 196+114+120=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C47278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47278 is #3B8D87. Grayscale: #8B8B8B. Windows color (decimal): -3902856 or 7893700. OLE color: 7893700.

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

Color convert

RGB 196 114 120 -
CMYK 0 0.42 0.39 0.23
HSL 355.61º 0.41% 0.61% -
HSV(B) 355.61º 0.42% 0.77% -
XYZ 32.17 25.13 20.92 -
YUV 139.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 196 114 120 0 0.42 0.39 0.23 355.61 0.41 0.61
Hex C4 72 78 0 2A 27 17 164 29 3D
Octal 304 162 170 0 52 47 27 544 51 75
Binary 11000100 1110010 1111000 0 101010 100111 10111 101100100 101001 111101

Color Harmonies of #C47278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47278

Black with #C47278

Text Example


Text Example

White with #C47278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47278; }

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

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

background-color css

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

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

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

border-color css

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

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

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