Html Css Color HEX #C06552 Sunglo

📋 copy color: '#C06552'

red 192 ◦ green 101 ◦ blue 82

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

Shades of Sunglo #C06552

Tints of Sunglo #C06552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 51.2%
G = 26.93%
B = 21.87%

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

#C06552 (or 0xC06552) is known color: Sunglo. HEX triplet: C0, 65 and 52. RGB value is (192,101,82). Sum of RGB (Red+Green+Blue) = 192+101+82=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06552 is #3F9AAD. Grayscale: #7E7E7E. Windows color (decimal): -4168366 or 5400000. OLE color: 5400000.

HSL color Cylindrical-coordinate representation of color #C06552: hue angle of 10.36º degrees, saturation: 0.47, 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 #C06552 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 82 -
CMYK 0 0.47 0.57 0.25
HSL 10.36º 0.47% 0.54% -
HSV(B) 10.36º 0.57% 0.75% -
XYZ 27.91 21.12 10.59 -
YUV 126.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 192 101 82 0 0.47 0.57 0.25 10.36 0.47 0.54
Hex C0 65 52 0 2F 39 19 A 2F 36
Octal 300 145 122 0 57 71 31 12 57 66
Binary 11000000 1100101 1010010 0 101111 111001 11001 1010 101111 110110

Color Harmonies of #C06552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06552

Black with #C06552

Text Example


Text Example

White with #C06552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06552; }

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

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

background-color css

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

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

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

border-color css

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

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

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