Html Css Color HEX #C06548 Flame Pea

📋 copy color: '#C06548'

red 192 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #C06548

Tints of Flame Pea #C06548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 52.6%
G = 27.67%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06548 (or 0xC06548) is known color: Flame Pea. HEX triplet: C0, 65 and 48. RGB value is (192,101,72). Sum of RGB (Red+Green+Blue) = 192+101+72=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06548 is #3F9AB7. Grayscale: #7D7D7D. Windows color (decimal): -4168376 or 4744640. OLE color: 4744640.

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

Color convert

RGB 192 101 72 -
CMYK 0 0.47 0.63 0.25
HSL 14.5º 0.49% 0.52% -
HSV(B) 14.5º 0.63% 0.75% -
XYZ 27.56 20.98 8.73 -
YUV 124.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 192 101 72 0 0.47 0.63 0.25 14.5 0.49 0.52
Hex C0 65 48 0 2F 3F 19 E 31 34
Octal 300 145 110 0 57 77 31 16 61 64
Binary 11000000 1100101 1001000 0 101111 111111 11001 1110 110001 110100

Color Harmonies of #C06548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06548

Black with #C06548

Text Example


Text Example

White with #C06548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06548; }

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

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

background-color css

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

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

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

border-color css

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

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

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