Html Css Color HEX #C75A4D Sunglo

📋 copy color: '#C75A4D'

red 199 ◦ green 90 ◦ blue 77

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

Shades of Sunglo #C75A4D

Tints of Sunglo #C75A4D

RGB

 RED value IS 199 (78.13% from 255) = 54.37%

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 54.37%
G = 24.59%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C75A4D (or 0xC75A4D) is known color: Sunglo. HEX triplet: C7, 5A and 4D. RGB value is (199,90,77). Sum of RGB (Red+Green+Blue) = 199+90+77=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A4D is #38A5B2. Grayscale: #797979. Windows color (decimal): -3712435 or 5069511. OLE color: 5069511.

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

Color convert

RGB 199 90 77 -
CMYK 0 0.55 0.61 0.22
HSL 6.39º 0.52% 0.54% -
HSV(B) 6.39º 0.61% 0.78% -
XYZ 28.55 19.99 9.37 -
YUV 121.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 199 90 77 0 0.55 0.61 0.22 6.39 0.52 0.54
Hex C7 5A 4D 0 37 3D 16 6 34 36
Octal 307 132 115 0 67 75 26 6 64 66
Binary 11000111 1011010 1001101 0 110111 111101 10110 110 110100 110110

Color Harmonies of #C75A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A4D

Black with #C75A4D

Text Example


Text Example

White with #C75A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A4D; }

 p { color: rgb(199,90,77); }

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

background-color css

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

 a { background-color: rgb(199,90,77); }

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

border-color css

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

 span { border-color: rgb(199,90,77); }

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