Html Css Color HEX #C06344 Flame Pea

📋 copy color: '#C06344'

red 192 ◦ green 99 ◦ blue 68

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

Shades of Flame Pea #C06344

Tints of Flame Pea #C06344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 53.48%
G = 27.58%
B = 18.94%

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

#C06344 (or 0xC06344) is known color: Flame Pea. HEX triplet: C0, 63 and 44. RGB value is (192,99,68). Sum of RGB (Red+Green+Blue) = 192+99+68=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06344 is #3F9CBB. Grayscale: #7B7B7B. Windows color (decimal): -4168892 or 4481984. OLE color: 4481984.

HSL color Cylindrical-coordinate representation of color #C06344: hue angle of 15º 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 #C06344 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 68 -
CMYK 0 0.48 0.65 0.25
HSL 15º 0.5% 0.51% -
HSV(B) 15º 0.65% 0.75% -
XYZ 27.24 20.55 8 -
YUV 123.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 192 99 68 0 0.48 0.65 0.25 15 0.5 0.51
Hex C0 63 44 0 30 41 19 F 32 33
Octal 300 143 104 0 60 101 31 17 62 63
Binary 11000000 1100011 1000100 0 110000 1000001 11001 1111 110010 110011

Color Harmonies of #C06344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06344

Black with #C06344

Text Example


Text Example

White with #C06344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06344; }

 p { color: rgb(192,99,68); }

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

background-color css

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

 a { background-color: rgb(192,99,68); }

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

border-color css

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

 span { border-color: rgb(192,99,68); }

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