Html Css Color HEX #C85D54 Sunglo

📋 copy color: '#C85D54'

red 200 ◦ green 93 ◦ blue 84

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

Shades of Sunglo #C85D54

Tints of Sunglo #C85D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 53.05%
G = 24.67%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85D54 (or 0xC85D54) is known color: Sunglo. HEX triplet: C8, 5D and 54. RGB value is (200,93,84). Sum of RGB (Red+Green+Blue) = 200+93+84=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D54 is #37A2AB. Grayscale: #7C7C7C. Windows color (decimal): -3646124 or 5529032. OLE color: 5529032.

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

Color convert

RGB 200 93 84 -
CMYK 0 0.54 0.58 0.22
HSL 4.66º 0.51% 0.56% -
HSV(B) 4.66º 0.58% 0.78% -
XYZ 29.33 20.75 10.85 -
YUV 123.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 200 93 84 0 0.54 0.58 0.22 4.66 0.51 0.56
Hex C8 5D 54 0 36 3A 16 5 33 38
Octal 310 135 124 0 66 72 26 5 63 70
Binary 11001000 1011101 1010100 0 110110 111010 10110 101 110011 111000

Color Harmonies of #C85D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D54

Black with #C85D54

Text Example


Text Example

White with #C85D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D54; }

 p { color: rgb(200,93,84); }

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

background-color css

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

 a { background-color: rgb(200,93,84); }

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

border-color css

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

 span { border-color: rgb(200,93,84); }

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