Html Css Color HEX #C85F4D Sunglo

📋 copy color: '#C85F4D'

red 200 ◦ green 95 ◦ blue 77

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

Shades of Sunglo #C85F4D

Tints of Sunglo #C85F4D

RGB

 RED value IS 200 (78.52% from 255) = 53.76%

 GREEN value IS 95 (37.5% from 255) = 25.54%

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

R = 53.76%
G = 25.54%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C85F4D (or 0xC85F4D) is known color: Sunglo. HEX triplet: C8, 5F and 4D. RGB value is (200,95,77). Sum of RGB (Red+Green+Blue) = 200+95+77=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F4D is #37A0B2. Grayscale: #7C7C7C. Windows color (decimal): -3645619 or 5070792. OLE color: 5070792.

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

Color convert

RGB 200 95 77 -
CMYK 0 0.52 0.62 0.22
HSL 8.78º 0.53% 0.54% -
HSV(B) 8.78º 0.62% 0.78% -
XYZ 29.25 21 9.53 -
YUV 124.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 200 95 77 0 0.52 0.62 0.22 8.78 0.53 0.54
Hex C8 5F 4D 0 34 3E 16 9 35 36
Octal 310 137 115 0 64 76 26 11 65 66
Binary 11001000 1011111 1001101 0 110100 111110 10110 1001 110101 110110

Color Harmonies of #C85F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F4D

Black with #C85F4D

Text Example


Text Example

White with #C85F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F4D; }

 p { color: rgb(200,95,77); }

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

background-color css

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

 a { background-color: rgb(200,95,77); }

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

border-color css

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

 span { border-color: rgb(200,95,77); }

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