Html Css Color HEX #C85F52 Sunglo

📋 copy color: '#C85F52'

red 200 ◦ green 95 ◦ blue 82

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

Shades of Sunglo #C85F52

Tints of Sunglo #C85F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 53.05%
G = 25.2%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C85F52 (or 0xC85F52) is known color: Sunglo. HEX triplet: C8, 5F and 52. RGB value is (200,95,82). Sum of RGB (Red+Green+Blue) = 200+95+82=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F52 is #37A0AD. Grayscale: #7D7D7D. Windows color (decimal): -3645614 or 5398472. OLE color: 5398472.

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

Color convert

RGB 200 95 82 -
CMYK 0 0.52 0.59 0.22
HSL 6.61º 0.52% 0.55% -
HSV(B) 6.61º 0.59% 0.78% -
XYZ 29.43 21.07 10.5 -
YUV 124.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 200 95 82 0 0.52 0.59 0.22 6.61 0.52 0.55
Hex C8 5F 52 0 34 3B 16 7 34 37
Octal 310 137 122 0 64 73 26 7 64 67
Binary 11001000 1011111 1010010 0 110100 111011 10110 111 110100 110111

Color Harmonies of #C85F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F52

Black with #C85F52

Text Example


Text Example

White with #C85F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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