Html Css Color HEX #C25A4D Flame Pea

📋 copy color: '#C25A4D'

red 194 ◦ green 90 ◦ blue 77

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

Shades of Flame Pea #C25A4D

Tints of Flame Pea #C25A4D

RGB

 RED value IS 194 (76.17% from 255) = 53.74%

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 53.74%
G = 24.93%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C25A4D (or 0xC25A4D) is known color: Flame Pea. HEX triplet: C2, 5A and 4D. RGB value is (194,90,77). Sum of RGB (Red+Green+Blue) = 194+90+77=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A4D is #3DA5B2. Grayscale: #777777. Windows color (decimal): -4040115 or 5069506. OLE color: 5069506.

HSL color Cylindrical-coordinate representation of color #C25A4D: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25A4D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 90 77 -
CMYK 0 0.54 0.60 0.24
HSL 6.67º 0.49% 0.53% -
HSV(B) 6.67º 0.6% 0.76% -
XYZ 27.24 19.32 9.31 -
YUV 119.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 194 90 77 0 0.54 0.60 0.24 6.67 0.49 0.53
Hex C2 5A 4D 0 36 3C 18 7 31 35
Octal 302 132 115 0 66 74 30 7 61 65
Binary 11000010 1011010 1001101 0 110110 111100 11000 111 110001 110101

Color Harmonies of #C25A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A4D

Black with #C25A4D

Text Example


Text Example

White with #C25A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A4D; }

 p { color: rgb(194,90,77); }

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

background-color css

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

 a { background-color: rgb(194,90,77); }

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

border-color css

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

 span { border-color: rgb(194,90,77); }

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