Html Css Color HEX #C35543 Flame Pea

📋 copy color: '#C35543'

red 195 ◦ green 85 ◦ blue 67

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

Shades of Flame Pea #C35543

Tints of Flame Pea #C35543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 56.2%
G = 24.5%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C35543 (or 0xC35543) is known color: Flame Pea. HEX triplet: C3, 55 and 43. RGB value is (195,85,67). Sum of RGB (Red+Green+Blue) = 195+85+67=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C35543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35543 is #3CAABC. Grayscale: #747474. Windows color (decimal): -3975869 or 4412867. OLE color: 4412867.

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

Color convert

RGB 195 85 67 -
CMYK 0 0.56 0.66 0.24
HSL 8.44º 0.52% 0.51% -
HSV(B) 8.44º 0.66% 0.76% -
XYZ 26.77 18.5 7.47 -
YUV 115.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 195 85 67 0 0.56 0.66 0.24 8.44 0.52 0.51
Hex C3 55 43 0 38 42 18 8 34 33
Octal 303 125 103 0 70 102 30 10 64 63
Binary 11000011 1010101 1000011 0 111000 1000010 11000 1000 110100 110011

Color Harmonies of #C35543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35543

Black with #C35543

Text Example


Text Example

White with #C35543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35543; }

 p { color: rgb(195,85,67); }

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

background-color css

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

 a { background-color: rgb(195,85,67); }

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

border-color css

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

 span { border-color: rgb(195,85,67); }

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