Html Css Color HEX #C6655F Sunglo

📋 copy color: '#C6655F'

red 198 ◦ green 101 ◦ blue 95

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

Shades of Sunglo #C6655F

Tints of Sunglo #C6655F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 50.25%
G = 25.63%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6655F (or 0xC6655F) is known color: Sunglo. HEX triplet: C6, 65 and 5F. RGB value is (198,101,95). Sum of RGB (Red+Green+Blue) = 198+101+95=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6655F is #399AA0. Grayscale: #818181. Windows color (decimal): -3775137 or 6251974. OLE color: 6251974.

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

Color convert

RGB 198 101 95 -
CMYK 0 0.49 0.52 0.22
HSL 3.5º 0.47% 0.57% -
HSV(B) 3.5º 0.52% 0.78% -
XYZ 30.01 22.14 13.52 -
YUV 129.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 198 101 95 0 0.49 0.52 0.22 3.5 0.47 0.57
Hex C6 65 5F 0 31 34 16 3 2F 39
Octal 306 145 137 0 61 64 26 3 57 71
Binary 11000110 1100101 1011111 0 110001 110100 10110 11 101111 111001

Color Harmonies of #C6655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6655F

Black with #C6655F

Text Example


Text Example

White with #C6655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6655F; }

 p { color: rgb(198,101,95); }

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

background-color css

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

 a { background-color: rgb(198,101,95); }

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

border-color css

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

 span { border-color: rgb(198,101,95); }

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