Html Css Color HEX #C64B48 Sunset

📋 copy color: '#C64B48'

red 198 ◦ green 75 ◦ blue 72

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

Shades of Sunset #C64B48

Tints of Sunset #C64B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.74%

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

R = 57.39%
G = 21.74%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C64B48 (or 0xC64B48) is known color: Sunset. HEX triplet: C6, 4B and 48. RGB value is (198,75,72). Sum of RGB (Red+Green+Blue) = 198+75+72=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B48 is #39B4B7. Grayscale: #6F6F6F. Windows color (decimal): -3781816 or 4737990. OLE color: 4737990.

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

Color convert

RGB 198 75 72 -
CMYK 0 0.62 0.64 0.22
HSL 1.43º 0.53% 0.53% -
HSV(B) 1.43º 0.64% 0.78% -
XYZ 26.97 17.51 8.09 -
YUV 111.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 198 75 72 0 0.62 0.64 0.22 1.43 0.53 0.53
Hex C6 4B 48 0 3E 40 16 1 34 35
Octal 306 113 110 0 76 100 26 1 64 65
Binary 11000110 1001011 1001000 0 111110 1000000 10110 1 110100 110101

Color Harmonies of #C64B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B48

Black with #C64B48

Text Example


Text Example

White with #C64B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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