Html Css Color HEX #C06553 Sunglo

📋 copy color: '#C06553'

red 192 ◦ green 101 ◦ blue 83

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

Shades of Sunglo #C06553

Tints of Sunglo #C06553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 51.06%
G = 26.86%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C06553 (or 0xC06553) is known color: Sunglo. HEX triplet: C0, 65 and 53. RGB value is (192,101,83). Sum of RGB (Red+Green+Blue) = 192+101+83=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C06553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06553 is #3F9AAC. Grayscale: #7E7E7E. Windows color (decimal): -4168365 or 5465536. OLE color: 5465536.

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

Color convert

RGB 192 101 83 -
CMYK 0 0.47 0.57 0.25
HSL 9.91º 0.46% 0.54% -
HSV(B) 9.91º 0.57% 0.75% -
XYZ 27.95 21.14 10.79 -
YUV 126.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 192 101 83 0 0.47 0.57 0.25 9.91 0.46 0.54
Hex C0 65 53 0 2F 39 19 A 2E 36
Octal 300 145 123 0 57 71 31 12 56 66
Binary 11000000 1100101 1010011 0 101111 111001 11001 1010 101110 110110

Color Harmonies of #C06553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06553

Black with #C06553

Text Example


Text Example

White with #C06553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06553; }

 p { color: rgb(192,101,83); }

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

background-color css

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

 a { background-color: rgb(192,101,83); }

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

border-color css

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

 span { border-color: rgb(192,101,83); }

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