Html Css Color HEX #C06250 Sunglo

📋 copy color: '#C06250'

red 192 ◦ green 98 ◦ blue 80

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

Shades of Sunglo #C06250

Tints of Sunglo #C06250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 51.89%
G = 26.49%
B = 21.62%

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

#C06250 (or 0xC06250) is known color: Sunglo. HEX triplet: C0, 62 and 50. RGB value is (192,98,80). Sum of RGB (Red+Green+Blue) = 192+98+80=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C06250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06250 is #3F9DAF. Grayscale: #7C7C7C. Windows color (decimal): -4169136 or 5268160. OLE color: 5268160.

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

Color convert

RGB 192 98 80 -
CMYK 0 0.49 0.58 0.25
HSL 9.64º 0.47% 0.53% -
HSV(B) 9.64º 0.58% 0.75% -
XYZ 27.55 20.52 10.1 -
YUV 124.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 192 98 80 0 0.49 0.58 0.25 9.64 0.47 0.53
Hex C0 62 50 0 31 3A 19 A 2F 35
Octal 300 142 120 0 61 72 31 12 57 65
Binary 11000000 1100010 1010000 0 110001 111010 11001 1010 101111 110101

Color Harmonies of #C06250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06250

Black with #C06250

Text Example


Text Example

White with #C06250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06250; }

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

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

background-color css

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

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

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

border-color css

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

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

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