Html Css Color HEX #C65A4C Flame Pea

📋 copy color: '#C65A4C'

red 198 ◦ green 90 ◦ blue 76

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

Shades of Flame Pea #C65A4C

Tints of Flame Pea #C65A4C

RGB

 RED value IS 198 (77.73% from 255) = 54.4%

 GREEN value IS 90 (35.55% from 255) = 24.73%

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

R = 54.4%
G = 24.73%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C65A4C (or 0xC65A4C) is known color: Flame Pea. HEX triplet: C6, 5A and 4C. RGB value is (198,90,76). Sum of RGB (Red+Green+Blue) = 198+90+76=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A4C is #39A5B3. Grayscale: #787878. Windows color (decimal): -3777972 or 5003974. OLE color: 5003974.

HSL color Cylindrical-coordinate representation of color #C65A4C: hue angle of 6.89º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65A4C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 76 -
CMYK 0 0.55 0.62 0.22
HSL 6.89º 0.52% 0.54% -
HSV(B) 6.89º 0.62% 0.78% -
XYZ 28.25 19.84 9.18 -
YUV 120.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 198 90 76 0 0.55 0.62 0.22 6.89 0.52 0.54
Hex C6 5A 4C 0 37 3E 16 7 34 36
Octal 306 132 114 0 67 76 26 7 64 66
Binary 11000110 1011010 1001100 0 110111 111110 10110 111 110100 110110

Color Harmonies of #C65A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A4C

Black with #C65A4C

Text Example


Text Example

White with #C65A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A4C; }

 p { color: rgb(198,90,76); }

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

background-color css

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

 a { background-color: rgb(198,90,76); }

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

border-color css

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

 span { border-color: rgb(198,90,76); }

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