Html Css Color HEX #C36545 Flame Pea

📋 copy color: '#C36545'

red 195 ◦ green 101 ◦ blue 69

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

Shades of Flame Pea #C36545

Tints of Flame Pea #C36545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 53.42%
G = 27.67%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C36545 (or 0xC36545) is known color: Flame Pea. HEX triplet: C3, 65 and 45. RGB value is (195,101,69). Sum of RGB (Red+Green+Blue) = 195+101+69=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36545 is #3C9ABA. Grayscale: #7D7D7D. Windows color (decimal): -3971771 or 4548035. OLE color: 4548035.

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

Color convert

RGB 195 101 69 -
CMYK 0 0.48 0.65 0.24
HSL 15.24º 0.51% 0.52% -
HSV(B) 15.24º 0.65% 0.76% -
XYZ 28.23 21.34 8.26 -
YUV 125.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 195 101 69 0 0.48 0.65 0.24 15.24 0.51 0.52
Hex C3 65 45 0 30 41 18 F 33 34
Octal 303 145 105 0 60 101 30 17 63 64
Binary 11000011 1100101 1000101 0 110000 1000001 11000 1111 110011 110100

Color Harmonies of #C36545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36545

Black with #C36545

Text Example


Text Example

White with #C36545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36545; }

 p { color: rgb(195,101,69); }

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

background-color css

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

 a { background-color: rgb(195,101,69); }

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

border-color css

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

 span { border-color: rgb(195,101,69); }

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