Html Css Color HEX #C65A4B Flame Pea

📋 copy color: '#C65A4B'

red 198 ◦ green 90 ◦ blue 75

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

Shades of Flame Pea #C65A4B

Tints of Flame Pea #C65A4B

RGB

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

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

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

R = 54.55%
G = 24.79%
B = 20.66%

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

#C65A4B (or 0xC65A4B) is known color: Flame Pea. HEX triplet: C6, 5A and 4B. RGB value is (198,90,75). Sum of RGB (Red+Green+Blue) = 198+90+75=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A4B is #39A5B4. Grayscale: #787878. Windows color (decimal): -3777973 or 4938438. OLE color: 4938438.

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

Color convert

RGB 198 90 75 -
CMYK 0 0.55 0.62 0.22
HSL 7.32º 0.52% 0.54% -
HSV(B) 7.32º 0.62% 0.78% -
XYZ 28.21 19.83 9 -
YUV 120.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 198 90 75 0 0.55 0.62 0.22 7.32 0.52 0.54
Hex C6 5A 4B 0 37 3E 16 7 34 36
Octal 306 132 113 0 67 76 26 7 64 66
Binary 11000110 1011010 1001011 0 110111 111110 10110 111 110100 110110

Color Harmonies of #C65A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A4B

Black with #C65A4B

Text Example


Text Example

White with #C65A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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