Html Css Color HEX #C86253 Sunglo

📋 copy color: '#C86253'

red 200 ◦ green 98 ◦ blue 83

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

Shades of Sunglo #C86253

Tints of Sunglo #C86253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 52.49%
G = 25.72%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86253 (or 0xC86253) is known color: Sunglo. HEX triplet: C8, 62 and 53. RGB value is (200,98,83). Sum of RGB (Red+Green+Blue) = 200+98+83=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C86253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86253 is #379DAC. Grayscale: #7E7E7E. Windows color (decimal): -3644845 or 5464776. OLE color: 5464776.

HSL color Cylindrical-coordinate representation of color #C86253: hue angle of 7.69º 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 #C86253 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 98 83 -
CMYK 0 0.51 0.58 0.22
HSL 7.69º 0.52% 0.55% -
HSV(B) 7.69º 0.59% 0.78% -
XYZ 29.75 21.64 10.79 -
YUV 126.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 200 98 83 0 0.51 0.58 0.22 7.69 0.52 0.55
Hex C8 62 53 0 33 3A 16 8 34 37
Octal 310 142 123 0 63 72 26 10 64 67
Binary 11001000 1100010 1010011 0 110011 111010 10110 1000 110100 110111

Color Harmonies of #C86253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86253

Black with #C86253

Text Example


Text Example

White with #C86253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86253; }

 p { color: rgb(200,98,83); }

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

background-color css

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

 a { background-color: rgb(200,98,83); }

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

border-color css

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

 span { border-color: rgb(200,98,83); }

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