Html Css Color HEX #C6554B Sunset

📋 copy color: '#C6554B'

red 198 ◦ green 85 ◦ blue 75

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

Shades of Sunset #C6554B

Tints of Sunset #C6554B

RGB

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

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

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

R = 55.31%
G = 23.74%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6554B (or 0xC6554B) is known color: Sunset. HEX triplet: C6, 55 and 4B. RGB value is (198,85,75). Sum of RGB (Red+Green+Blue) = 198+85+75=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6554B is #39AAB4. Grayscale: #757575. Windows color (decimal): -3779253 or 4937158. OLE color: 4937158.

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

Color convert

RGB 198 85 75 -
CMYK 0 0.57 0.62 0.22
HSL 4.88º 0.52% 0.54% -
HSV(B) 4.88º 0.62% 0.78% -
XYZ 27.81 19.01 8.86 -
YUV 117.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 198 85 75 0 0.57 0.62 0.22 4.88 0.52 0.54
Hex C6 55 4B 0 39 3E 16 5 34 36
Octal 306 125 113 0 71 76 26 5 64 66
Binary 11000110 1010101 1001011 0 111001 111110 10110 101 110100 110110

Color Harmonies of #C6554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6554B

Black with #C6554B

Text Example


Text Example

White with #C6554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6554B; }

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

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

background-color css

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

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

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

border-color css

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

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

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