Html Css Color HEX #C3624B Flame Pea

📋 copy color: '#C3624B'

red 195 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #C3624B

Tints of Flame Pea #C3624B

RGB

 RED value IS 195 (76.56% from 255) = 52.99%

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

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

R = 52.99%
G = 26.63%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3624B (or 0xC3624B) is known color: Flame Pea. HEX triplet: C3, 62 and 4B. RGB value is (195,98,75). Sum of RGB (Red+Green+Blue) = 195+98+75=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3624B is #3C9DB4. Grayscale: #7C7C7C. Windows color (decimal): -3972533 or 4940483. OLE color: 4940483.

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

Color convert

RGB 195 98 75 -
CMYK 0 0.50 0.62 0.24
HSL 11.5º 0.5% 0.53% -
HSV(B) 11.5º 0.62% 0.76% -
XYZ 28.14 20.85 9.2 -
YUV 124.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 195 98 75 0 0.50 0.62 0.24 11.5 0.5 0.53
Hex C3 62 4B 0 32 3E 18 C 32 35
Octal 303 142 113 0 62 76 30 14 62 65
Binary 11000011 1100010 1001011 0 110010 111110 11000 1100 110010 110101

Color Harmonies of #C3624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3624B

Black with #C3624B

Text Example


Text Example

White with #C3624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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