Html Css Color HEX #C3604A Flame Pea

📋 copy color: '#C3604A'

red 195 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #C3604A

Tints of Flame Pea #C3604A

RGB

 RED value IS 195 (76.56% from 255) = 53.42%

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 53.42%
G = 26.3%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3604A (or 0xC3604A) is known color: Flame Pea. HEX triplet: C3, 60 and 4A. RGB value is (195,96,74). Sum of RGB (Red+Green+Blue) = 195+96+74=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3604A is #3C9FB5. Grayscale: #7B7B7B. Windows color (decimal): -3973046 or 4874435. OLE color: 4874435.

HSL color Cylindrical-coordinate representation of color #C3604A: hue angle of 10.91º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3604A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 74 -
CMYK 0 0.51 0.62 0.24
HSL 10.91º 0.5% 0.53% -
HSV(B) 10.91º 0.62% 0.76% -
XYZ 27.92 20.46 8.96 -
YUV 123.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 195 96 74 0 0.51 0.62 0.24 10.91 0.5 0.53
Hex C3 60 4A 0 33 3E 18 B 32 35
Octal 303 140 112 0 63 76 30 13 62 65
Binary 11000011 1100000 1001010 0 110011 111110 11000 1011 110010 110101

Color Harmonies of #C3604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3604A

Black with #C3604A

Text Example


Text Example

White with #C3604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3604A; }

 p { color: rgb(195,96,74); }

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

background-color css

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

 a { background-color: rgb(195,96,74); }

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

border-color css

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

 span { border-color: rgb(195,96,74); }

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