Html Css Color HEX #C0624B Flame Pea

📋 copy color: '#C0624B'

red 192 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #C0624B

Tints of Flame Pea #C0624B

RGB

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

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

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

R = 52.6%
G = 26.85%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0624B (or 0xC0624B) is known color: Flame Pea. HEX triplet: C0, 62 and 4B. RGB value is (192,98,75). Sum of RGB (Red+Green+Blue) = 192+98+75=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0624B is #3F9DB4. Grayscale: #7B7B7B. Windows color (decimal): -4169141 or 4940480. OLE color: 4940480.

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

Color convert

RGB 192 98 75 -
CMYK 0 0.49 0.61 0.25
HSL 11.79º 0.48% 0.52% -
HSV(B) 11.79º 0.61% 0.75% -
XYZ 27.38 20.45 9.16 -
YUV 123.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 192 98 75 0 0.49 0.61 0.25 11.79 0.48 0.52
Hex C0 62 4B 0 31 3D 19 C 30 34
Octal 300 142 113 0 61 75 31 14 60 64
Binary 11000000 1100010 1001011 0 110001 111101 11001 1100 110000 110100

Color Harmonies of #C0624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0624B

Black with #C0624B

Text Example


Text Example

White with #C0624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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