Html Css Color HEX #C06447 Flame Pea

📋 copy color: '#C06447'

red 192 ◦ green 100 ◦ blue 71

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

Shades of Flame Pea #C06447

Tints of Flame Pea #C06447

RGB

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

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

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

R = 52.89%
G = 27.55%
B = 19.56%

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

#C06447 (or 0xC06447) is known color: Flame Pea. HEX triplet: C0, 64 and 47. RGB value is (192,100,71). Sum of RGB (Red+Green+Blue) = 192+100+71=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C06447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06447 is #3F9BB8. Grayscale: #7C7C7C. Windows color (decimal): -4168633 or 4678848. OLE color: 4678848.

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

Color convert

RGB 192 100 71 -
CMYK 0 0.48 0.63 0.25
HSL 14.38º 0.49% 0.52% -
HSV(B) 14.38º 0.63% 0.75% -
XYZ 27.43 20.78 8.53 -
YUV 124.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 192 100 71 0 0.48 0.63 0.25 14.38 0.49 0.52
Hex C0 64 47 0 30 3F 19 E 31 34
Octal 300 144 107 0 60 77 31 16 61 64
Binary 11000000 1100100 1000111 0 110000 111111 11001 1110 110001 110100

Color Harmonies of #C06447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06447

Black with #C06447

Text Example


Text Example

White with #C06447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06447; }

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

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

background-color css

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

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

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

border-color css

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

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

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