Html Css Color HEX #C06750 Sunglo

📋 copy color: '#C06750'

red 192 ◦ green 103 ◦ blue 80

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

Shades of Sunglo #C06750

Tints of Sunglo #C06750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

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

R = 51.2%
G = 27.47%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C06750 (or 0xC06750) is known color: Sunglo. HEX triplet: C0, 67 and 50. RGB value is (192,103,80). Sum of RGB (Red+Green+Blue) = 192+103+80=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06750 is #3F98AF. Grayscale: #7F7F7F. Windows color (decimal): -4167856 or 5269440. OLE color: 5269440.

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

Color convert

RGB 192 103 80 -
CMYK 0 0.46 0.58 0.25
HSL 12.32º 0.47% 0.53% -
HSV(B) 12.32º 0.58% 0.75% -
XYZ 28.04 21.49 10.26 -
YUV 126.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 192 103 80 0 0.46 0.58 0.25 12.32 0.47 0.53
Hex C0 67 50 0 2E 3A 19 C 2F 35
Octal 300 147 120 0 56 72 31 14 57 65
Binary 11000000 1100111 1010000 0 101110 111010 11001 1100 101111 110101

Color Harmonies of #C06750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06750

Black with #C06750

Text Example


Text Example

White with #C06750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06750; }

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

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

background-color css

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

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

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

border-color css

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

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

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