Html Css Color HEX #C35741 Flame Pea

📋 copy color: '#C35741'

red 195 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #C35741

Tints of Flame Pea #C35741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 56.2%
G = 25.07%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35741 (or 0xC35741) is known color: Flame Pea. HEX triplet: C3, 57 and 41. RGB value is (195,87,65). Sum of RGB (Red+Green+Blue) = 195+87+65=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C35741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35741 is #3CA8BE. Grayscale: #747474. Windows color (decimal): -3975359 or 4282307. OLE color: 4282307.

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

Color convert

RGB 195 87 65 -
CMYK 0 0.55 0.67 0.24
HSL 10.15º 0.52% 0.51% -
HSV(B) 10.15º 0.67% 0.76% -
XYZ 26.87 18.8 7.21 -
YUV 116.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 195 87 65 0 0.55 0.67 0.24 10.15 0.52 0.51
Hex C3 57 41 0 37 43 18 A 34 33
Octal 303 127 101 0 67 103 30 12 64 63
Binary 11000011 1010111 1000001 0 110111 1000011 11000 1010 110100 110011

Color Harmonies of #C35741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35741

Black with #C35741

Text Example


Text Example

White with #C35741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35741; }

 p { color: rgb(195,87,65); }

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

background-color css

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

 a { background-color: rgb(195,87,65); }

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

border-color css

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

 span { border-color: rgb(195,87,65); }

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