Html Css Color HEX #C5625A Sunglo

📋 copy color: '#C5625A'

red 197 ◦ green 98 ◦ blue 90

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

Shades of Sunglo #C5625A

Tints of Sunglo #C5625A

RGB

 RED value IS 197 (77.34% from 255) = 51.17%

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 51.17%
G = 25.45%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5625A (or 0xC5625A) is known color: Sunglo. HEX triplet: C5, 62 and 5A. RGB value is (197,98,90). Sum of RGB (Red+Green+Blue) = 197+98+90=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5625A is #3A9DA5. Grayscale: #7E7E7E. Windows color (decimal): -3841446 or 5923525. OLE color: 5923525.

HSL color Cylindrical-coordinate representation of color #C5625A: hue angle of 4.49º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5625A is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 90 -
CMYK 0 0.50 0.54 0.23
HSL 4.49º 0.48% 0.56% -
HSV(B) 4.49º 0.54% 0.77% -
XYZ 29.24 21.34 12.25 -
YUV 126.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 197 98 90 0 0.50 0.54 0.23 4.49 0.48 0.56
Hex C5 62 5A 0 32 36 17 4 30 38
Octal 305 142 132 0 62 66 27 4 60 70
Binary 11000101 1100010 1011010 0 110010 110110 10111 100 110000 111000

Color Harmonies of #C5625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5625A

Black with #C5625A

Text Example


Text Example

White with #C5625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5625A; }

 p { color: rgb(197,98,90); }

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

background-color css

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

 a { background-color: rgb(197,98,90); }

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

border-color css

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

 span { border-color: rgb(197,98,90); }

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