Html Css Color HEX #C06448 Flame Pea

📋 copy color: '#C06448'

red 192 ◦ green 100 ◦ blue 72

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

Shades of Flame Pea #C06448

Tints of Flame Pea #C06448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 52.75%
G = 27.47%
B = 19.78%

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

#C06448 (or 0xC06448) is known color: Flame Pea. HEX triplet: C0, 64 and 48. RGB value is (192,100,72). Sum of RGB (Red+Green+Blue) = 192+100+72=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06448 is #3F9BB7. Grayscale: #7C7C7C. Windows color (decimal): -4168632 or 4744384. OLE color: 4744384.

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

Color convert

RGB 192 100 72 -
CMYK 0 0.48 0.63 0.25
HSL 14º 0.49% 0.52% -
HSV(B) 14º 0.63% 0.75% -
XYZ 27.47 20.79 8.7 -
YUV 124.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 192 100 72 0 0.48 0.63 0.25 14 0.49 0.52
Hex C0 64 48 0 30 3F 19 E 31 34
Octal 300 144 110 0 60 77 31 16 61 64
Binary 11000000 1100100 1001000 0 110000 111111 11001 1110 110001 110100

Color Harmonies of #C06448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06448

Black with #C06448

Text Example


Text Example

White with #C06448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06448; }

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

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

background-color css

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

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

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

border-color css

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

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

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