Html Css Color HEX #C65142 Sunset

📋 copy color: '#C65142'

red 198 ◦ green 81 ◦ blue 66

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

Shades of Sunset #C65142

Tints of Sunset #C65142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 57.39%
G = 23.48%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C65142 (or 0xC65142) is known color: Sunset. HEX triplet: C6, 51 and 42. RGB value is (198,81,66). Sum of RGB (Red+Green+Blue) = 198+81+66=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C65142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65142 is #39AEBD. Grayscale: #727272. Windows color (decimal): -3780286 or 4346310. OLE color: 4346310.

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

Color convert

RGB 198 81 66 -
CMYK 0 0.59 0.67 0.22
HSL 6.82º 0.54% 0.52% -
HSV(B) 6.82º 0.67% 0.78% -
XYZ 27.21 18.28 7.25 -
YUV 114.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 198 81 66 0 0.59 0.67 0.22 6.82 0.54 0.52
Hex C6 51 42 0 3B 43 16 7 36 34
Octal 306 121 102 0 73 103 26 7 66 64
Binary 11000110 1010001 1000010 0 111011 1000011 10110 111 110110 110100

Color Harmonies of #C65142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65142

Black with #C65142

Text Example


Text Example

White with #C65142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65142; }

 p { color: rgb(198,81,66); }

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

background-color css

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

 a { background-color: rgb(198,81,66); }

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

border-color css

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

 span { border-color: rgb(198,81,66); }

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