Html Css Color HEX #C95D4F Sunglo

📋 copy color: '#C95D4F'

red 201 ◦ green 93 ◦ blue 79

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

Shades of Sunglo #C95D4F

Tints of Sunglo #C95D4F

RGB

 RED value IS 201 (78.91% from 255) = 53.89%

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 53.89%
G = 24.93%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C95D4F (or 0xC95D4F) is known color: Sunglo. HEX triplet: C9, 5D and 4F. RGB value is (201,93,79). Sum of RGB (Red+Green+Blue) = 201+93+79=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D4F is #36A2B0. Grayscale: #7B7B7B. Windows color (decimal): -3580593 or 5201353. OLE color: 5201353.

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

Color convert

RGB 201 93 79 -
CMYK 0 0.54 0.61 0.21
HSL 6.89º 0.53% 0.55% -
HSV(B) 6.89º 0.61% 0.79% -
XYZ 29.41 20.81 9.86 -
YUV 123.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 201 93 79 0 0.54 0.61 0.21 6.89 0.53 0.55
Hex C9 5D 4F 0 36 3D 15 7 35 37
Octal 311 135 117 0 66 75 25 7 65 67
Binary 11001001 1011101 1001111 0 110110 111101 10101 111 110101 110111

Color Harmonies of #C95D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D4F

Black with #C95D4F

Text Example


Text Example

White with #C95D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D4F; }

 p { color: rgb(201,93,79); }

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

background-color css

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

 a { background-color: rgb(201,93,79); }

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

border-color css

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

 span { border-color: rgb(201,93,79); }

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