Html Css Color HEX #C05E4B Flame Pea

📋 copy color: '#C05E4B'

red 192 ◦ green 94 ◦ blue 75

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

Shades of Flame Pea #C05E4B

Tints of Flame Pea #C05E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 53.19%
G = 26.04%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C05E4B (or 0xC05E4B) is known color: Flame Pea. HEX triplet: C0, 5E and 4B. RGB value is (192,94,75). Sum of RGB (Red+Green+Blue) = 192+94+75=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E4B is #3FA1B4. Grayscale: #797979. Windows color (decimal): -4170165 or 4939456. OLE color: 4939456.

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

Color convert

RGB 192 94 75 -
CMYK 0 0.51 0.61 0.25
HSL 9.74º 0.48% 0.52% -
HSV(B) 9.74º 0.61% 0.75% -
XYZ 27.01 19.72 9.04 -
YUV 121.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 192 94 75 0 0.51 0.61 0.25 9.74 0.48 0.52
Hex C0 5E 4B 0 33 3D 19 A 30 34
Octal 300 136 113 0 63 75 31 12 60 64
Binary 11000000 1011110 1001011 0 110011 111101 11001 1010 110000 110100

Color Harmonies of #C05E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E4B

Black with #C05E4B

Text Example


Text Example

White with #C05E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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