Html Css Color HEX #C45F5C Indian Red

📋 copy color: '#C45F5C'

red 196 ◦ green 95 ◦ blue 92

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

Shades of Indian Red #C45F5C

Tints of Indian Red #C45F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 51.17%
G = 24.8%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C45F5C (or 0xC45F5C) is known color: Indian Red. HEX triplet: C4, 5F and 5C. RGB value is (196,95,92). Sum of RGB (Red+Green+Blue) = 196+95+92=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F5C is #3BA0A3. Grayscale: #7C7C7C. Windows color (decimal): -3907748 or 6053828. OLE color: 6053828.

HSL color Cylindrical-coordinate representation of color #C45F5C: hue angle of 1.73º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45F5C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 95 92 -
CMYK 0 0.52 0.53 0.23
HSL 1.73º 0.47% 0.56% -
HSV(B) 1.73º 0.53% 0.77% -
XYZ 28.79 20.69 12.6 -
YUV 124.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 196 95 92 0 0.52 0.53 0.23 1.73 0.47 0.56
Hex C4 5F 5C 0 34 35 17 2 2F 38
Octal 304 137 134 0 64 65 27 2 57 70
Binary 11000100 1011111 1011100 0 110100 110101 10111 10 101111 111000

Color Harmonies of #C45F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F5C

Black with #C45F5C

Text Example


Text Example

White with #C45F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F5C; }

 p { color: rgb(196,95,92); }

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

background-color css

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

 a { background-color: rgb(196,95,92); }

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

border-color css

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

 span { border-color: rgb(196,95,92); }

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