Html Css Color HEX #C06443 Flame Pea

📋 copy color: '#C06443'

red 192 ◦ green 100 ◦ blue 67

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

Shades of Flame Pea #C06443

Tints of Flame Pea #C06443

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 53.48%
G = 27.86%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C06443 (or 0xC06443) is known color: Flame Pea. HEX triplet: C0, 64 and 43. RGB value is (192,100,67). Sum of RGB (Red+Green+Blue) = 192+100+67=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06443 is #3F9BBC. Grayscale: #7B7B7B. Windows color (decimal): -4168637 or 4416704. OLE color: 4416704.

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

Color convert

RGB 192 100 67 -
CMYK 0 0.48 0.65 0.25
HSL 15.84º 0.5% 0.51% -
HSV(B) 15.84º 0.65% 0.75% -
XYZ 27.31 20.73 7.87 -
YUV 123.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 192 100 67 0 0.48 0.65 0.25 15.84 0.5 0.51
Hex C0 64 43 0 30 41 19 10 32 33
Octal 300 144 103 0 60 101 31 20 62 63
Binary 11000000 1100100 1000011 0 110000 1000001 11001 10000 110010 110011

Color Harmonies of #C06443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06443

Black with #C06443

Text Example


Text Example

White with #C06443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06443; }

 p { color: rgb(192,100,67); }

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

background-color css

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

 a { background-color: rgb(192,100,67); }

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

border-color css

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

 span { border-color: rgb(192,100,67); }

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