Html Css Color HEX #C2644B Flame Pea

📋 copy color: '#C2644B'

red 194 ◦ green 100 ◦ blue 75

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

Shades of Flame Pea #C2644B

Tints of Flame Pea #C2644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

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

R = 52.57%
G = 27.1%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2644B (or 0xC2644B) is known color: Flame Pea. HEX triplet: C2, 64 and 4B. RGB value is (194,100,75). Sum of RGB (Red+Green+Blue) = 194+100+75=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2644B is #3D9BB4. Grayscale: #7D7D7D. Windows color (decimal): -4037557 or 4940994. OLE color: 4940994.

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

Color convert

RGB 194 100 75 -
CMYK 0 0.48 0.61 0.24
HSL 12.61º 0.49% 0.53% -
HSV(B) 12.61º 0.61% 0.76% -
XYZ 28.08 21.09 9.25 -
YUV 125.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 194 100 75 0 0.48 0.61 0.24 12.61 0.49 0.53
Hex C2 64 4B 0 30 3D 18 D 31 35
Octal 302 144 113 0 60 75 30 15 61 65
Binary 11000010 1100100 1001011 0 110000 111101 11000 1101 110001 110101

Color Harmonies of #C2644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2644B

Black with #C2644B

Text Example


Text Example

White with #C2644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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