Html Css Color HEX #C65F48 Flame Pea

📋 copy color: '#C65F48'

red 198 ◦ green 95 ◦ blue 72

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

Shades of Flame Pea #C65F48

Tints of Flame Pea #C65F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 54.25%
G = 26.03%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C65F48 (or 0xC65F48) is known color: Flame Pea. HEX triplet: C6, 5F and 48. RGB value is (198,95,72). Sum of RGB (Red+Green+Blue) = 198+95+72=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F48 is #39A0B7. Grayscale: #7B7B7B. Windows color (decimal): -3776696 or 4743110. OLE color: 4743110.

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

Color convert

RGB 198 95 72 -
CMYK 0 0.52 0.64 0.22
HSL 10.95º 0.53% 0.53% -
HSV(B) 10.95º 0.64% 0.78% -
XYZ 28.55 20.66 8.61 -
YUV 123.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 198 95 72 0 0.52 0.64 0.22 10.95 0.53 0.53
Hex C6 5F 48 0 34 40 16 B 34 35
Octal 306 137 110 0 64 100 26 13 64 65
Binary 11000110 1011111 1001000 0 110100 1000000 10110 1011 110100 110101

Color Harmonies of #C65F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F48

Black with #C65F48

Text Example


Text Example

White with #C65F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F48; }

 p { color: rgb(198,95,72); }

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

background-color css

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

 a { background-color: rgb(198,95,72); }

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

border-color css

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

 span { border-color: rgb(198,95,72); }

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