Html Css Color HEX #C0604B Flame Pea

📋 copy color: '#C0604B'

red 192 ◦ green 96 ◦ blue 75

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

Shades of Flame Pea #C0604B

Tints of Flame Pea #C0604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 52.89%
G = 26.45%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0604B (or 0xC0604B) is known color: Flame Pea. HEX triplet: C0, 60 and 4B. RGB value is (192,96,75). Sum of RGB (Red+Green+Blue) = 192+96+75=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0604B is #3F9FB4. Grayscale: #7A7A7A. Windows color (decimal): -4169653 or 4939968. OLE color: 4939968.

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

Color convert

RGB 192 96 75 -
CMYK 0 0.50 0.61 0.25
HSL 10.77º 0.48% 0.52% -
HSV(B) 10.77º 0.61% 0.75% -
XYZ 27.19 20.08 9.1 -
YUV 122.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 192 96 75 0 0.50 0.61 0.25 10.77 0.48 0.52
Hex C0 60 4B 0 32 3D 19 B 30 34
Octal 300 140 113 0 62 75 31 13 60 64
Binary 11000000 1100000 1001011 0 110010 111101 11001 1011 110000 110100

Color Harmonies of #C0604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0604B

Black with #C0604B

Text Example


Text Example

White with #C0604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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