Html Css Color HEX #C06254 Sunglo

📋 copy color: '#C06254'

red 192 ◦ green 98 ◦ blue 84

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

Shades of Sunglo #C06254

Tints of Sunglo #C06254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 51.34%
G = 26.2%
B = 22.46%

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

#C06254 (or 0xC06254) is known color: Sunglo. HEX triplet: C0, 62 and 54. RGB value is (192,98,84). Sum of RGB (Red+Green+Blue) = 192+98+84=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06254 is #3F9DAB. Grayscale: #7C7C7C. Windows color (decimal): -4169132 or 5530304. OLE color: 5530304.

HSL color Cylindrical-coordinate representation of color #C06254: hue angle of 7.78º 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 #C06254 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 84 -
CMYK 0 0.49 0.56 0.25
HSL 7.78º 0.46% 0.54% -
HSV(B) 7.78º 0.56% 0.75% -
XYZ 27.71 20.58 10.9 -
YUV 124.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 192 98 84 0 0.49 0.56 0.25 7.78 0.46 0.54
Hex C0 62 54 0 31 38 19 8 2E 36
Octal 300 142 124 0 61 70 31 10 56 66
Binary 11000000 1100010 1010100 0 110001 111000 11001 1000 101110 110110

Color Harmonies of #C06254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06254

Black with #C06254

Text Example


Text Example

White with #C06254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06254; }

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

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

background-color css

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

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

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

border-color css

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

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

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