Html Css Color HEX #C9614E Sunglo

📋 copy color: '#C9614E'

red 201 ◦ green 97 ◦ blue 78

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

Shades of Sunglo #C9614E

Tints of Sunglo #C9614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 53.46%
G = 25.8%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9614E (or 0xC9614E) is known color: Sunglo. HEX triplet: C9, 61 and 4E. RGB value is (201,97,78). Sum of RGB (Red+Green+Blue) = 201+97+78=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9614E is #369EB1. Grayscale: #7E7E7E. Windows color (decimal): -3579570 or 5136841. OLE color: 5136841.

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

Color convert

RGB 201 97 78 -
CMYK 0 0.52 0.61 0.21
HSL 9.27º 0.53% 0.55% -
HSV(B) 9.27º 0.61% 0.79% -
XYZ 29.74 21.52 9.79 -
YUV 125.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 201 97 78 0 0.52 0.61 0.21 9.27 0.53 0.55
Hex C9 61 4E 0 34 3D 15 9 35 37
Octal 311 141 116 0 64 75 25 11 65 67
Binary 11001001 1100001 1001110 0 110100 111101 10101 1001 110101 110111

Color Harmonies of #C9614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9614E

Black with #C9614E

Text Example


Text Example

White with #C9614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9614E; }

 p { color: rgb(201,97,78); }

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

background-color css

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

 a { background-color: rgb(201,97,78); }

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

border-color css

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

 span { border-color: rgb(201,97,78); }

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