Html Css Color HEX #C06255 Sunglo

📋 copy color: '#C06255'

red 192 ◦ green 98 ◦ blue 85

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

Shades of Sunglo #C06255

Tints of Sunglo #C06255

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

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

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

R = 51.2%
G = 26.13%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C06255 (or 0xC06255) is known color: Sunglo. HEX triplet: C0, 62 and 55. RGB value is (192,98,85). Sum of RGB (Red+Green+Blue) = 192+98+85=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06255 is #3F9DAA. Grayscale: #7C7C7C. Windows color (decimal): -4169131 or 5595840. OLE color: 5595840.

HSL color Cylindrical-coordinate representation of color #C06255: hue angle of 7.29º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06255 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 85 -
CMYK 0 0.49 0.56 0.25
HSL 7.29º 0.46% 0.54% -
HSV(B) 7.29º 0.56% 0.75% -
XYZ 27.75 20.6 11.11 -
YUV 124.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 192 98 85 0 0.49 0.56 0.25 7.29 0.46 0.54
Hex C0 62 55 0 31 38 19 7 2E 36
Octal 300 142 125 0 61 70 31 7 56 66
Binary 11000000 1100010 1010101 0 110001 111000 11001 111 101110 110110

Color Harmonies of #C06255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06255

Black with #C06255

Text Example


Text Example

White with #C06255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06255; }

 p { color: rgb(192,98,85); }

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

background-color css

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

 a { background-color: rgb(192,98,85); }

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

border-color css

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

 span { border-color: rgb(192,98,85); }

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