Html Css Color HEX #C65B4C Flame Pea

📋 copy color: '#C65B4C'

red 198 ◦ green 91 ◦ blue 76

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

Shades of Flame Pea #C65B4C

Tints of Flame Pea #C65B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 54.25%
G = 24.93%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C65B4C (or 0xC65B4C) is known color: Flame Pea. HEX triplet: C6, 5B and 4C. RGB value is (198,91,76). Sum of RGB (Red+Green+Blue) = 198+91+76=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B4C is #39A4B3. Grayscale: #797979. Windows color (decimal): -3777716 or 5004230. OLE color: 5004230.

HSL color Cylindrical-coordinate representation of color #C65B4C: hue angle of 7.38º 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 #C65B4C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 91 76 -
CMYK 0 0.54 0.62 0.22
HSL 7.38º 0.52% 0.54% -
HSV(B) 7.38º 0.62% 0.78% -
XYZ 28.33 20.01 9.21 -
YUV 121.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 198 91 76 0 0.54 0.62 0.22 7.38 0.52 0.54
Hex C6 5B 4C 0 36 3E 16 7 34 36
Octal 306 133 114 0 66 76 26 7 64 66
Binary 11000110 1011011 1001100 0 110110 111110 10110 111 110100 110110

Color Harmonies of #C65B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B4C

Black with #C65B4C

Text Example


Text Example

White with #C65B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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