Html Css Color HEX #C0624C Flame Pea

📋 copy color: '#C0624C'

red 192 ◦ green 98 ◦ blue 76

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

Shades of Flame Pea #C0624C

Tints of Flame Pea #C0624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 52.46%
G = 26.78%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0624C (or 0xC0624C) is known color: Flame Pea. HEX triplet: C0, 62 and 4C. RGB value is (192,98,76). Sum of RGB (Red+Green+Blue) = 192+98+76=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0624C is #3F9DB3. Grayscale: #7B7B7B. Windows color (decimal): -4169140 or 5006016. OLE color: 5006016.

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

Color convert

RGB 192 98 76 -
CMYK 0 0.49 0.60 0.25
HSL 11.38º 0.48% 0.53% -
HSV(B) 11.38º 0.6% 0.75% -
XYZ 27.41 20.46 9.34 -
YUV 123.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 192 98 76 0 0.49 0.60 0.25 11.38 0.48 0.53
Hex C0 62 4C 0 31 3C 19 B 30 35
Octal 300 142 114 0 61 74 31 13 60 65
Binary 11000000 1100010 1001100 0 110001 111100 11001 1011 110000 110101

Color Harmonies of #C0624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0624C

Black with #C0624C

Text Example


Text Example

White with #C0624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0624C; }

 p { color: rgb(192,98,76); }

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

background-color css

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

 a { background-color: rgb(192,98,76); }

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

border-color css

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

 span { border-color: rgb(192,98,76); }

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