Html Css Color HEX #C64F4B Sunset

📋 copy color: '#C64F4B'

red 198 ◦ green 79 ◦ blue 75

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

Shades of Sunset #C64F4B

Tints of Sunset #C64F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

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

R = 56.25%
G = 22.44%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C64F4B (or 0xC64F4B) is known color: Sunset. HEX triplet: C6, 4F and 4B. RGB value is (198,79,75). Sum of RGB (Red+Green+Blue) = 198+79+75=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F4B is #39B0B4. Grayscale: #727272. Windows color (decimal): -3780789 or 4935622. OLE color: 4935622.

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

Color convert

RGB 198 79 75 -
CMYK 0 0.60 0.62 0.22
HSL 1.95º 0.52% 0.54% -
HSV(B) 1.95º 0.62% 0.78% -
XYZ 27.35 18.11 8.71 -
YUV 114.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 198 79 75 0 0.60 0.62 0.22 1.95 0.52 0.54
Hex C6 4F 4B 0 3C 3E 16 2 34 36
Octal 306 117 113 0 74 76 26 2 64 66
Binary 11000110 1001111 1001011 0 111100 111110 10110 10 110100 110110

Color Harmonies of #C64F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F4B

Black with #C64F4B

Text Example


Text Example

White with #C64F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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