Html Css Color HEX #C95B55 Sunglo

📋 copy color: '#C95B55'

red 201 ◦ green 91 ◦ blue 85

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

Shades of Sunglo #C95B55

Tints of Sunglo #C95B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 53.32%
G = 24.14%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C95B55 (or 0xC95B55) is known color: Sunglo. HEX triplet: C9, 5B and 55. RGB value is (201,91,85). Sum of RGB (Red+Green+Blue) = 201+91+85=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B55 is #36A4AA. Grayscale: #7B7B7B. Windows color (decimal): -3581099 or 5594057. OLE color: 5594057.

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

Color convert

RGB 201 91 85 -
CMYK 0 0.55 0.58 0.21
HSL 3.1º 0.52% 0.56% -
HSV(B) 3.1º 0.58% 0.79% -
XYZ 29.47 20.56 11.01 -
YUV 123.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 201 91 85 0 0.55 0.58 0.21 3.1 0.52 0.56
Hex C9 5B 55 0 37 3A 15 3 34 38
Octal 311 133 125 0 67 72 25 3 64 70
Binary 11001001 1011011 1010101 0 110111 111010 10101 11 110100 111000

Color Harmonies of #C95B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B55

Black with #C95B55

Text Example


Text Example

White with #C95B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B55; }

 p { color: rgb(201,91,85); }

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

background-color css

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

 a { background-color: rgb(201,91,85); }

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

border-color css

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

 span { border-color: rgb(201,91,85); }

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