Html Css Color HEX #C3604C Flame Pea

📋 copy color: '#C3604C'

red 195 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #C3604C

Tints of Flame Pea #C3604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 53.13%
G = 26.16%
B = 20.71%

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

#C3604C (or 0xC3604C) is known color: Flame Pea. HEX triplet: C3, 60 and 4C. RGB value is (195,96,76). Sum of RGB (Red+Green+Blue) = 195+96+76=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3604C is #3C9FB3. Grayscale: #7B7B7B. Windows color (decimal): -3973044 or 5005507. OLE color: 5005507.

HSL color Cylindrical-coordinate representation of color #C3604C: hue angle of 10.08º 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 #C3604C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 76 -
CMYK 0 0.51 0.61 0.24
HSL 10.08º 0.5% 0.53% -
HSV(B) 10.08º 0.61% 0.76% -
XYZ 27.99 20.49 9.32 -
YUV 123.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 195 96 76 0 0.51 0.61 0.24 10.08 0.5 0.53
Hex C3 60 4C 0 33 3D 18 A 32 35
Octal 303 140 114 0 63 75 30 12 62 65
Binary 11000011 1100000 1001100 0 110011 111101 11000 1010 110010 110101

Color Harmonies of #C3604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3604C

Black with #C3604C

Text Example


Text Example

White with #C3604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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