Html Css Color HEX #C35540 Flame Pea

📋 copy color: '#C35540'

red 195 ◦ green 85 ◦ blue 64

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

Shades of Flame Pea #C35540

Tints of Flame Pea #C35540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 56.69%
G = 24.71%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35540 (or 0xC35540) is known color: Flame Pea. HEX triplet: C3, 55 and 40. RGB value is (195,85,64). Sum of RGB (Red+Green+Blue) = 195+85+64=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35540 is #3CAABF. Grayscale: #737373. Windows color (decimal): -3975872 or 4216259. OLE color: 4216259.

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

Color convert

RGB 195 85 64 -
CMYK 0 0.56 0.67 0.24
HSL 9.62º 0.52% 0.51% -
HSV(B) 9.62º 0.67% 0.76% -
XYZ 26.68 18.47 7.01 -
YUV 115.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 195 85 64 0 0.56 0.67 0.24 9.62 0.52 0.51
Hex C3 55 40 0 38 43 18 A 34 33
Octal 303 125 100 0 70 103 30 12 64 63
Binary 11000011 1010101 1000000 0 111000 1000011 11000 1010 110100 110011

Color Harmonies of #C35540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35540

Black with #C35540

Text Example


Text Example

White with #C35540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35540; }

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

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

background-color css

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

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

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

border-color css

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

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

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