Html Css Color HEX #C06251 Sunglo

📋 copy color: '#C06251'

red 192 ◦ green 98 ◦ blue 81

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

Shades of Sunglo #C06251

Tints of Sunglo #C06251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 51.75%
G = 26.42%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C06251 (or 0xC06251) is known color: Sunglo. HEX triplet: C0, 62 and 51. RGB value is (192,98,81). Sum of RGB (Red+Green+Blue) = 192+98+81=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C06251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06251 is #3F9DAE. Grayscale: #7C7C7C. Windows color (decimal): -4169135 or 5333696. OLE color: 5333696.

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

Color convert

RGB 192 98 81 -
CMYK 0 0.49 0.58 0.25
HSL 9.19º 0.47% 0.54% -
HSV(B) 9.19º 0.58% 0.75% -
XYZ 27.59 20.54 10.29 -
YUV 124.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 192 98 81 0 0.49 0.58 0.25 9.19 0.47 0.54
Hex C0 62 51 0 31 3A 19 9 2F 36
Octal 300 142 121 0 61 72 31 11 57 66
Binary 11000000 1100010 1010001 0 110001 111010 11001 1001 101111 110110

Color Harmonies of #C06251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06251

Black with #C06251

Text Example


Text Example

White with #C06251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06251; }

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

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

background-color css

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

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

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

border-color css

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

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

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