Html Css Color HEX #C65E50 Sunglo

📋 copy color: '#C65E50'

red 198 ◦ green 94 ◦ blue 80

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

Shades of Sunglo #C65E50

Tints of Sunglo #C65E50

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

 GREEN value IS 94 (37.11% from 255) = 25.27%

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

R = 53.23%
G = 25.27%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C65E50 (or 0xC65E50) is known color: Sunglo. HEX triplet: C6, 5E and 50. RGB value is (198,94,80). Sum of RGB (Red+Green+Blue) = 198+94+80=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E50 is #39A1AF. Grayscale: #7B7B7B. Windows color (decimal): -3776944 or 5267142. OLE color: 5267142.

HSL color Cylindrical-coordinate representation of color #C65E50: hue angle of 7.12º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65E50 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 94 80 -
CMYK 0 0.53 0.60 0.22
HSL 7.12º 0.51% 0.55% -
HSV(B) 7.12º 0.6% 0.78% -
XYZ 28.74 20.59 10.05 -
YUV 123.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 198 94 80 0 0.53 0.60 0.22 7.12 0.51 0.55
Hex C6 5E 50 0 35 3C 16 7 33 37
Octal 306 136 120 0 65 74 26 7 63 67
Binary 11000110 1011110 1010000 0 110101 111100 10110 111 110011 110111

Color Harmonies of #C65E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E50

Black with #C65E50

Text Example


Text Example

White with #C65E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E50; }

 p { color: rgb(198,94,80); }

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

background-color css

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

 a { background-color: rgb(198,94,80); }

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

border-color css

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

 span { border-color: rgb(198,94,80); }

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