Html Css Color HEX #C0604D Flame Pea

📋 copy color: '#C0604D'

red 192 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #C0604D

Tints of Flame Pea #C0604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 52.6%
G = 26.3%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0604D (or 0xC0604D) is known color: Flame Pea. HEX triplet: C0, 60 and 4D. RGB value is (192,96,77). Sum of RGB (Red+Green+Blue) = 192+96+77=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0604D is #3F9FB2. Grayscale: #7A7A7A. Windows color (decimal): -4169651 or 5071040. OLE color: 5071040.

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

Color convert

RGB 192 96 77 -
CMYK 0 0.50 0.60 0.25
HSL 9.91º 0.48% 0.53% -
HSV(B) 9.91º 0.6% 0.75% -
XYZ 27.26 20.11 9.47 -
YUV 122.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 192 96 77 0 0.50 0.60 0.25 9.91 0.48 0.53
Hex C0 60 4D 0 32 3C 19 A 30 35
Octal 300 140 115 0 62 74 31 12 60 65
Binary 11000000 1100000 1001101 0 110010 111100 11001 1010 110000 110101

Color Harmonies of #C0604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0604D

Black with #C0604D

Text Example


Text Example

White with #C0604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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