Html Css Color HEX #C36043 Flame Pea

📋 copy color: '#C36043'

red 195 ◦ green 96 ◦ blue 67

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

Shades of Flame Pea #C36043

Tints of Flame Pea #C36043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.82%

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

R = 54.47%
G = 26.82%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36043 (or 0xC36043) is known color: Flame Pea. HEX triplet: C3, 60 and 43. RGB value is (195,96,67). Sum of RGB (Red+Green+Blue) = 195+96+67=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C36043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36043 is #3C9FBC. Grayscale: #7A7A7A. Windows color (decimal): -3973053 or 4415683. OLE color: 4415683.

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

Color convert

RGB 195 96 67 -
CMYK 0 0.51 0.66 0.24
HSL 13.59º 0.52% 0.51% -
HSV(B) 13.59º 0.66% 0.76% -
XYZ 27.7 20.37 7.78 -
YUV 122.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 195 96 67 0 0.51 0.66 0.24 13.59 0.52 0.51
Hex C3 60 43 0 33 42 18 E 34 33
Octal 303 140 103 0 63 102 30 16 64 63
Binary 11000011 1100000 1000011 0 110011 1000010 11000 1110 110100 110011

Color Harmonies of #C36043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36043

Black with #C36043

Text Example


Text Example

White with #C36043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36043; }

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

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

background-color css

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

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

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

border-color css

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

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

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