Html Css Color HEX #C75D4E Sunglo

📋 copy color: '#C75D4E'

red 199 ◦ green 93 ◦ blue 78

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

Shades of Sunglo #C75D4E

Tints of Sunglo #C75D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 53.78%
G = 25.14%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C75D4E (or 0xC75D4E) is known color: Sunglo. HEX triplet: C7, 5D and 4E. RGB value is (199,93,78). Sum of RGB (Red+Green+Blue) = 199+93+78=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D4E is #38A2B1. Grayscale: #7B7B7B. Windows color (decimal): -3711666 or 5135815. OLE color: 5135815.

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

Color convert

RGB 199 93 78 -
CMYK 0 0.53 0.61 0.22
HSL 7.44º 0.52% 0.54% -
HSV(B) 7.44º 0.61% 0.78% -
XYZ 28.84 20.52 9.65 -
YUV 122.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 199 93 78 0 0.53 0.61 0.22 7.44 0.52 0.54
Hex C7 5D 4E 0 35 3D 16 7 34 36
Octal 307 135 116 0 65 75 26 7 64 66
Binary 11000111 1011101 1001110 0 110101 111101 10110 111 110100 110110

Color Harmonies of #C75D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D4E

Black with #C75D4E

Text Example


Text Example

White with #C75D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D4E; }

 p { color: rgb(199,93,78); }

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

background-color css

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

 a { background-color: rgb(199,93,78); }

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

border-color css

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

 span { border-color: rgb(199,93,78); }

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