Html Css Color HEX #C2604C Flame Pea

📋 copy color: '#C2604C'

red 194 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #C2604C

Tints of Flame Pea #C2604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

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

R = 53.01%
G = 26.23%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2604C (or 0xC2604C) is known color: Flame Pea. HEX triplet: C2, 60 and 4C. RGB value is (194,96,76). Sum of RGB (Red+Green+Blue) = 194+96+76=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2604C is #3D9FB3. Grayscale: #7B7B7B. Windows color (decimal): -4038580 or 5005506. OLE color: 5005506.

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

Color convert

RGB 194 96 76 -
CMYK 0 0.51 0.61 0.24
HSL 10.17º 0.49% 0.53% -
HSV(B) 10.17º 0.61% 0.76% -
XYZ 27.74 20.36 9.3 -
YUV 123.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 194 96 76 0 0.51 0.61 0.24 10.17 0.49 0.53
Hex C2 60 4C 0 33 3D 18 A 31 35
Octal 302 140 114 0 63 75 30 12 61 65
Binary 11000010 1100000 1001100 0 110011 111101 11000 1010 110001 110101

Color Harmonies of #C2604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2604C

Black with #C2604C

Text Example


Text Example

White with #C2604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2604C; }

 p { color: rgb(194,96,76); }

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

background-color css

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

 a { background-color: rgb(194,96,76); }

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

border-color css

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

 span { border-color: rgb(194,96,76); }

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