Html Css Color HEX #C05D4B Flame Pea

📋 copy color: '#C05D4B'

red 192 ◦ green 93 ◦ blue 75

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

Shades of Flame Pea #C05D4B

Tints of Flame Pea #C05D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 53.33%
G = 25.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C05D4B (or 0xC05D4B) is known color: Flame Pea. HEX triplet: C0, 5D and 4B. RGB value is (192,93,75). Sum of RGB (Red+Green+Blue) = 192+93+75=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D4B is #3FA2B4. Grayscale: #787878. Windows color (decimal): -4170421 or 4939200. OLE color: 4939200.

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

Color convert

RGB 192 93 75 -
CMYK 0 0.52 0.61 0.25
HSL 9.23º 0.48% 0.52% -
HSV(B) 9.23º 0.61% 0.75% -
XYZ 26.92 19.54 9.01 -
YUV 120.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 192 93 75 0 0.52 0.61 0.25 9.23 0.48 0.52
Hex C0 5D 4B 0 34 3D 19 9 30 34
Octal 300 135 113 0 64 75 31 11 60 64
Binary 11000000 1011101 1001011 0 110100 111101 11001 1001 110000 110100

Color Harmonies of #C05D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D4B

Black with #C05D4B

Text Example


Text Example

White with #C05D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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