Html Css Color HEX #C65F4B Flame Pea

📋 copy color: '#C65F4B'

red 198 ◦ green 95 ◦ blue 75

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

Shades of Flame Pea #C65F4B

Tints of Flame Pea #C65F4B

RGB

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

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

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

R = 53.8%
G = 25.82%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C65F4B (or 0xC65F4B) is known color: Flame Pea. HEX triplet: C6, 5F and 4B. RGB value is (198,95,75). Sum of RGB (Red+Green+Blue) = 198+95+75=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F4B is #39A0B4. Grayscale: #7B7B7B. Windows color (decimal): -3776693 or 4939718. OLE color: 4939718.

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

Color convert

RGB 198 95 75 -
CMYK 0 0.52 0.62 0.22
HSL 9.76º 0.52% 0.54% -
HSV(B) 9.76º 0.62% 0.78% -
XYZ 28.65 20.7 9.14 -
YUV 123.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 198 95 75 0 0.52 0.62 0.22 9.76 0.52 0.54
Hex C6 5F 4B 0 34 3E 16 A 34 36
Octal 306 137 113 0 64 76 26 12 64 66
Binary 11000110 1011111 1001011 0 110100 111110 10110 1010 110100 110110

Color Harmonies of #C65F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F4B

Black with #C65F4B

Text Example


Text Example

White with #C65F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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