Html Css Color HEX #C65D55 Sunglo

📋 copy color: '#C65D55'

red 198 ◦ green 93 ◦ blue 85

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

Shades of Sunglo #C65D55

Tints of Sunglo #C65D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.73%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 52.66%
G = 24.73%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C65D55 (or 0xC65D55) is known color: Sunglo. HEX triplet: C6, 5D and 55. RGB value is (198,93,85). Sum of RGB (Red+Green+Blue) = 198+93+85=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D55 is #39A2AA. Grayscale: #7B7B7B. Windows color (decimal): -3777195 or 5594566. OLE color: 5594566.

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

Color convert

RGB 198 93 85 -
CMYK 0 0.53 0.57 0.22
HSL 4.25º 0.5% 0.55% -
HSV(B) 4.25º 0.57% 0.78% -
XYZ 28.84 20.49 11.03 -
YUV 123.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 198 93 85 0 0.53 0.57 0.22 4.25 0.5 0.55
Hex C6 5D 55 0 35 39 16 4 32 37
Octal 306 135 125 0 65 71 26 4 62 67
Binary 11000110 1011101 1010101 0 110101 111001 10110 100 110010 110111

Color Harmonies of #C65D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D55

Black with #C65D55

Text Example


Text Example

White with #C65D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D55; }

 p { color: rgb(198,93,85); }

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

background-color css

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

 a { background-color: rgb(198,93,85); }

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

border-color css

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

 span { border-color: rgb(198,93,85); }

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