Html Css Color HEX #C2584B Flame Pea

📋 copy color: '#C2584B'

red 194 ◦ green 88 ◦ blue 75

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

Shades of Flame Pea #C2584B

Tints of Flame Pea #C2584B

RGB

 RED value IS 194 (76.17% from 255) = 54.34%

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 54.34%
G = 24.65%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2584B (or 0xC2584B) is known color: Flame Pea. HEX triplet: C2, 58 and 4B. RGB value is (194,88,75). Sum of RGB (Red+Green+Blue) = 194+88+75=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2584B is #3DA7B4. Grayscale: #767676. Windows color (decimal): -4040629 or 4937922. OLE color: 4937922.

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

Color convert

RGB 194 88 75 -
CMYK 0 0.55 0.61 0.24
HSL 6.55º 0.49% 0.53% -
HSV(B) 6.55º 0.61% 0.76% -
XYZ 27.01 18.96 8.89 -
YUV 118.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 194 88 75 0 0.55 0.61 0.24 6.55 0.49 0.53
Hex C2 58 4B 0 37 3D 18 7 31 35
Octal 302 130 113 0 67 75 30 7 61 65
Binary 11000010 1011000 1001011 0 110111 111101 11000 111 110001 110101

Color Harmonies of #C2584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2584B

Black with #C2584B

Text Example


Text Example

White with #C2584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2584B; }

 p { color: rgb(194,88,75); }

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

background-color css

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

 a { background-color: rgb(194,88,75); }

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

border-color css

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

 span { border-color: rgb(194,88,75); }

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