Html Css Color HEX #C95E4D Sunglo

📋 copy color: '#C95E4D'

red 201 ◦ green 94 ◦ blue 77

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

Shades of Sunglo #C95E4D

Tints of Sunglo #C95E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

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

R = 54.03%
G = 25.27%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C95E4D (or 0xC95E4D) is known color: Sunglo. HEX triplet: C9, 5E and 4D. RGB value is (201,94,77). Sum of RGB (Red+Green+Blue) = 201+94+77=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E4D is #36A1B2. Grayscale: #7C7C7C. Windows color (decimal): -3580339 or 5070537. OLE color: 5070537.

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

Color convert

RGB 201 94 77 -
CMYK 0 0.53 0.62 0.21
HSL 8.23º 0.53% 0.55% -
HSV(B) 8.23º 0.62% 0.79% -
XYZ 29.43 20.96 9.52 -
YUV 124.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 201 94 77 0 0.53 0.62 0.21 8.23 0.53 0.55
Hex C9 5E 4D 0 35 3E 15 8 35 37
Octal 311 136 115 0 65 76 25 10 65 67
Binary 11001001 1011110 1001101 0 110101 111110 10101 1000 110101 110111

Color Harmonies of #C95E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E4D

Black with #C95E4D

Text Example


Text Example

White with #C95E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E4D; }

 p { color: rgb(201,94,77); }

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

background-color css

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

 a { background-color: rgb(201,94,77); }

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

border-color css

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

 span { border-color: rgb(201,94,77); }

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