Html Css Color HEX #C06047 Flame Pea

📋 copy color: '#C06047'

red 192 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #C06047

Tints of Flame Pea #C06047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 53.48%
G = 26.74%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06047 (or 0xC06047) is known color: Flame Pea. HEX triplet: C0, 60 and 47. RGB value is (192,96,71). Sum of RGB (Red+Green+Blue) = 192+96+71=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06047 is #3F9FB8. Grayscale: #7A7A7A. Windows color (decimal): -4169657 or 4677824. OLE color: 4677824.

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

Color convert

RGB 192 96 71 -
CMYK 0 0.50 0.63 0.25
HSL 12.4º 0.49% 0.52% -
HSV(B) 12.4º 0.63% 0.75% -
XYZ 27.06 20.03 8.4 -
YUV 121.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 192 96 71 0 0.50 0.63 0.25 12.4 0.49 0.52
Hex C0 60 47 0 32 3F 19 C 31 34
Octal 300 140 107 0 62 77 31 14 61 64
Binary 11000000 1100000 1000111 0 110010 111111 11001 1100 110001 110100

Color Harmonies of #C06047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06047

Black with #C06047

Text Example


Text Example

White with #C06047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06047; }

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

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

background-color css

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

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

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

border-color css

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

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

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