Html Css Color HEX #C3604D Flame Pea

📋 copy color: '#C3604D'

red 195 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #C3604D

Tints of Flame Pea #C3604D

RGB

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

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

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

R = 52.99%
G = 26.09%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3604D (or 0xC3604D) is known color: Flame Pea. HEX triplet: C3, 60 and 4D. RGB value is (195,96,77). Sum of RGB (Red+Green+Blue) = 195+96+77=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3604D is #3C9FB2. Grayscale: #7B7B7B. Windows color (decimal): -3973043 or 5071043. OLE color: 5071043.

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

Color convert

RGB 195 96 77 -
CMYK 0 0.51 0.61 0.24
HSL 9.66º 0.5% 0.53% -
HSV(B) 9.66º 0.61% 0.76% -
XYZ 28.03 20.5 9.5 -
YUV 123.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 195 96 77 0 0.51 0.61 0.24 9.66 0.5 0.53
Hex C3 60 4D 0 33 3D 18 A 32 35
Octal 303 140 115 0 63 75 30 12 62 65
Binary 11000011 1100000 1001101 0 110011 111101 11000 1010 110010 110101

Color Harmonies of #C3604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3604D

Black with #C3604D

Text Example


Text Example

White with #C3604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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