Html Css Color HEX #C9685F Sunglo

📋 copy color: '#C9685F'

red 201 ◦ green 104 ◦ blue 95

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

Shades of Sunglo #C9685F

Tints of Sunglo #C9685F

RGB

 RED value IS 201 (78.91% from 255) = 50.25%

 GREEN value IS 104 (41.02% from 255) = 26%

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

R = 50.25%
G = 26%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9685F (or 0xC9685F) is known color: Sunglo. HEX triplet: C9, 68 and 5F. RGB value is (201,104,95). Sum of RGB (Red+Green+Blue) = 201+104+95=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9685F is #3697A0. Grayscale: #848484. Windows color (decimal): -3577761 or 6252745. OLE color: 6252745.

HSL color Cylindrical-coordinate representation of color #C9685F: hue angle of 5.09º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9685F is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 95 -
CMYK 0 0.48 0.53 0.21
HSL 5.09º 0.5% 0.58% -
HSV(B) 5.09º 0.53% 0.79% -
XYZ 31.1 23.14 13.65 -
YUV 131.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 201 104 95 0 0.48 0.53 0.21 5.09 0.5 0.58
Hex C9 68 5F 0 30 35 15 5 32 3A
Octal 311 150 137 0 60 65 25 5 62 72
Binary 11001001 1101000 1011111 0 110000 110101 10101 101 110010 111010

Color Harmonies of #C9685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9685F

Black with #C9685F

Text Example


Text Example

White with #C9685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9685F; }

 p { color: rgb(201,104,95); }

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

background-color css

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

 a { background-color: rgb(201,104,95); }

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

border-color css

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

 span { border-color: rgb(201,104,95); }

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