Html Css Color HEX #C6554A Sunset

📋 copy color: '#C6554A'

red 198 ◦ green 85 ◦ blue 74

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

Shades of Sunset #C6554A

Tints of Sunset #C6554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 55.46%
G = 23.81%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6554A (or 0xC6554A) is known color: Sunset. HEX triplet: C6, 55 and 4A. RGB value is (198,85,74). Sum of RGB (Red+Green+Blue) = 198+85+74=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6554A is #39AAB5. Grayscale: #757575. Windows color (decimal): -3779254 or 4871622. OLE color: 4871622.

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

Color convert

RGB 198 85 74 -
CMYK 0 0.57 0.63 0.22
HSL 5.32º 0.52% 0.53% -
HSV(B) 5.32º 0.63% 0.78% -
XYZ 27.77 19 8.68 -
YUV 117.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 198 85 74 0 0.57 0.63 0.22 5.32 0.52 0.53
Hex C6 55 4A 0 39 3F 16 5 34 35
Octal 306 125 112 0 71 77 26 5 64 65
Binary 11000110 1010101 1001010 0 111001 111111 10110 101 110100 110101

Color Harmonies of #C6554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6554A

Black with #C6554A

Text Example


Text Example

White with #C6554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6554A; }

 p { color: rgb(198,85,74); }

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

background-color css

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

 a { background-color: rgb(198,85,74); }

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

border-color css

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

 span { border-color: rgb(198,85,74); }

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