Html Css Color HEX #C35C4C Flame Pea

📋 copy color: '#C35C4C'

red 195 ◦ green 92 ◦ blue 76

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

Shades of Flame Pea #C35C4C

Tints of Flame Pea #C35C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.34%

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

R = 53.72%
G = 25.34%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C35C4C (or 0xC35C4C) is known color: Flame Pea. HEX triplet: C3, 5C and 4C. RGB value is (195,92,76). Sum of RGB (Red+Green+Blue) = 195+92+76=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C4C is #3CA3B3. Grayscale: #797979. Windows color (decimal): -3974068 or 5004483. OLE color: 5004483.

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

Color convert

RGB 195 92 76 -
CMYK 0 0.53 0.61 0.24
HSL 8.07º 0.5% 0.53% -
HSV(B) 8.07º 0.61% 0.76% -
XYZ 27.64 19.78 9.2 -
YUV 120.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 195 92 76 0 0.53 0.61 0.24 8.07 0.5 0.53
Hex C3 5C 4C 0 35 3D 18 8 32 35
Octal 303 134 114 0 65 75 30 10 62 65
Binary 11000011 1011100 1001100 0 110101 111101 11000 1000 110010 110101

Color Harmonies of #C35C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C4C

Black with #C35C4C

Text Example


Text Example

White with #C35C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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