Html Css Color HEX #C9675F Sunglo

📋 copy color: '#C9675F'

red 201 ◦ green 103 ◦ blue 95

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

Shades of Sunglo #C9675F

Tints of Sunglo #C9675F

RGB

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

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

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

R = 50.38%
G = 25.81%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9675F (or 0xC9675F) is known color: Sunglo. HEX triplet: C9, 67 and 5F. RGB value is (201,103,95). Sum of RGB (Red+Green+Blue) = 201+103+95=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9675F is #3698A0. Grayscale: #838383. Windows color (decimal): -3578017 or 6252489. OLE color: 6252489.

HSL color Cylindrical-coordinate representation of color #C9675F: hue angle of 4.53º 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 #C9675F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 103 95 -
CMYK 0 0.49 0.53 0.21
HSL 4.53º 0.5% 0.58% -
HSV(B) 4.53º 0.53% 0.79% -
XYZ 31 22.94 13.62 -
YUV 131.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 201 103 95 0 0.49 0.53 0.21 4.53 0.5 0.58
Hex C9 67 5F 0 31 35 15 5 32 3A
Octal 311 147 137 0 61 65 25 5 62 72
Binary 11001001 1100111 1011111 0 110001 110101 10101 101 110010 111010

Color Harmonies of #C9675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9675F

Black with #C9675F

Text Example


Text Example

White with #C9675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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