Html Css Color HEX #C06347 Flame Pea

📋 copy color: '#C06347'

red 192 ◦ green 99 ◦ blue 71

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

Shades of Flame Pea #C06347

Tints of Flame Pea #C06347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.61%

R = 53.04%
G = 27.35%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06347 (or 0xC06347) is known color: Flame Pea. HEX triplet: C0, 63 and 47. RGB value is (192,99,71). Sum of RGB (Red+Green+Blue) = 192+99+71=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06347 is #3F9CB8. Grayscale: #7B7B7B. Windows color (decimal): -4168889 or 4678592. OLE color: 4678592.

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

Color convert

RGB 192 99 71 -
CMYK 0 0.48 0.63 0.25
HSL 13.88º 0.49% 0.52% -
HSV(B) 13.88º 0.63% 0.75% -
XYZ 27.34 20.59 8.49 -
YUV 123.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 192 99 71 0 0.48 0.63 0.25 13.88 0.49 0.52
Hex C0 63 47 0 30 3F 19 E 31 34
Octal 300 143 107 0 60 77 31 16 61 64
Binary 11000000 1100011 1000111 0 110000 111111 11001 1110 110001 110100

Color Harmonies of #C06347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06347

Black with #C06347

Text Example


Text Example

White with #C06347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06347; }

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

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

background-color css

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

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

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

border-color css

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

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

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