Html Css Color HEX #C45A43 Flame Pea

📋 copy color: '#C45A43'

red 196 ◦ green 90 ◦ blue 67

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

Shades of Flame Pea #C45A43

Tints of Flame Pea #C45A43

RGB

 RED value IS 196 (76.95% from 255) = 55.52%

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 55.52%
G = 25.5%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C45A43 (or 0xC45A43) is known color: Flame Pea. HEX triplet: C4, 5A and 43. RGB value is (196,90,67). Sum of RGB (Red+Green+Blue) = 196+90+67=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A43 is #3BA5BC. Grayscale: #777777. Windows color (decimal): -3909053 or 4414148. OLE color: 4414148.

HSL color Cylindrical-coordinate representation of color #C45A43: hue angle of 10.7º degrees, saturation: 0.52, 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 #C45A43 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 90 67 -
CMYK 0 0.54 0.66 0.23
HSL 10.7º 0.52% 0.52% -
HSV(B) 10.7º 0.66% 0.77% -
XYZ 27.43 19.45 7.62 -
YUV 119.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 196 90 67 0 0.54 0.66 0.23 10.7 0.52 0.52
Hex C4 5A 43 0 36 42 17 B 34 34
Octal 304 132 103 0 66 102 27 13 64 64
Binary 11000100 1011010 1000011 0 110110 1000010 10111 1011 110100 110100

Color Harmonies of #C45A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A43

Black with #C45A43

Text Example


Text Example

White with #C45A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A43; }

 p { color: rgb(196,90,67); }

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

background-color css

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

 a { background-color: rgb(196,90,67); }

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

border-color css

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

 span { border-color: rgb(196,90,67); }

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