Html Css Color HEX #C0604F Flame Pea

📋 copy color: '#C0604F'

red 192 ◦ green 96 ◦ blue 79

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

Shades of Flame Pea #C0604F

Tints of Flame Pea #C0604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 52.32%
G = 26.16%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0604F (or 0xC0604F) is known color: Flame Pea. HEX triplet: C0, 60 and 4F. RGB value is (192,96,79). Sum of RGB (Red+Green+Blue) = 192+96+79=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0604F is #3F9FB0. Grayscale: #7A7A7A. Windows color (decimal): -4169649 or 5202112. OLE color: 5202112.

HSL color Cylindrical-coordinate representation of color #C0604F: hue angle of 9.03º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0604F is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 79 -
CMYK 0 0.50 0.59 0.25
HSL 9.03º 0.47% 0.53% -
HSV(B) 9.03º 0.59% 0.75% -
XYZ 27.33 20.14 9.84 -
YUV 122.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 192 96 79 0 0.50 0.59 0.25 9.03 0.47 0.53
Hex C0 60 4F 0 32 3B 19 9 2F 35
Octal 300 140 117 0 62 73 31 11 57 65
Binary 11000000 1100000 1001111 0 110010 111011 11001 1001 101111 110101

Color Harmonies of #C0604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0604F

Black with #C0604F

Text Example


Text Example

White with #C0604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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