Html Css Color HEX #C4624B Flame Pea

📋 copy color: '#C4624B'

red 196 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #C4624B

Tints of Flame Pea #C4624B

RGB

 RED value IS 196 (76.95% from 255) = 53.12%

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

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

R = 53.12%
G = 26.56%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4624B (or 0xC4624B) is known color: Flame Pea. HEX triplet: C4, 62 and 4B. RGB value is (196,98,75). Sum of RGB (Red+Green+Blue) = 196+98+75=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4624B is #3B9DB4. Grayscale: #7C7C7C. Windows color (decimal): -3906997 or 4940484. OLE color: 4940484.

HSL color Cylindrical-coordinate representation of color #C4624B: hue angle of 11.4º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4624B is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 75 -
CMYK 0 0.5 0.62 0.23
HSL 11.4º 0.51% 0.53% -
HSV(B) 11.4º 0.62% 0.77% -
XYZ 28.4 20.98 9.21 -
YUV 124.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 196 98 75 0 0.5 0.62 0.23 11.4 0.51 0.53
Hex C4 62 4B 0 32 3E 17 B 33 35
Octal 304 142 113 0 62 76 27 13 63 65
Binary 11000100 1100010 1001011 0 110010 111110 10111 1011 110011 110101

Color Harmonies of #C4624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4624B

Black with #C4624B

Text Example


Text Example

White with #C4624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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