Html Css Color HEX #C64B45 Sunset

📋 copy color: '#C64B45'

red 198 ◦ green 75 ◦ blue 69

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

Shades of Sunset #C64B45

Tints of Sunset #C64B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 57.89%
G = 21.93%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64B45 (or 0xC64B45) is known color: Sunset. HEX triplet: C6, 4B and 45. RGB value is (198,75,69). Sum of RGB (Red+Green+Blue) = 198+75+69=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B45 is #39B4BA. Grayscale: #6F6F6F. Windows color (decimal): -3781819 or 4541382. OLE color: 4541382.

HSL color Cylindrical-coordinate representation of color #C64B45: hue angle of 2.79º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64B45 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 69 -
CMYK 0 0.62 0.65 0.22
HSL 2.79º 0.53% 0.52% -
HSV(B) 2.79º 0.65% 0.78% -
XYZ 26.88 17.47 7.59 -
YUV 111.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 198 75 69 0 0.62 0.65 0.22 2.79 0.53 0.52
Hex C6 4B 45 0 3E 41 16 3 35 34
Octal 306 113 105 0 76 101 26 3 65 64
Binary 11000110 1001011 1000101 0 111110 1000001 10110 11 110101 110100

Color Harmonies of #C64B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B45

Black with #C64B45

Text Example


Text Example

White with #C64B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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