Html Css Color HEX #C56043 Flame Pea

📋 copy color: '#C56043'

red 197 ◦ green 96 ◦ blue 67

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

Shades of Flame Pea #C56043

Tints of Flame Pea #C56043

RGB

 RED value IS 197 (77.34% from 255) = 54.72%

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

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

R = 54.72%
G = 26.67%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C56043 (or 0xC56043) is known color: Flame Pea. HEX triplet: C5, 60 and 43. RGB value is (197,96,67). Sum of RGB (Red+Green+Blue) = 197+96+67=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C56043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56043 is #3A9FBC. Grayscale: #7B7B7B. Windows color (decimal): -3841981 or 4415685. OLE color: 4415685.

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

Color convert

RGB 197 96 67 -
CMYK 0 0.51 0.66 0.23
HSL 13.38º 0.53% 0.52% -
HSV(B) 13.38º 0.66% 0.77% -
XYZ 28.22 20.64 7.81 -
YUV 122.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 197 96 67 0 0.51 0.66 0.23 13.38 0.53 0.52
Hex C5 60 43 0 33 42 17 D 35 34
Octal 305 140 103 0 63 102 27 15 65 64
Binary 11000101 1100000 1000011 0 110011 1000010 10111 1101 110101 110100

Color Harmonies of #C56043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56043

Black with #C56043

Text Example


Text Example

White with #C56043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56043; }

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

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

background-color css

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

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

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

border-color css

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

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

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