Html Css Color HEX #C9614F Sunglo

📋 copy color: '#C9614F'

red 201 ◦ green 97 ◦ blue 79

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

Shades of Sunglo #C9614F

Tints of Sunglo #C9614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 53.32%
G = 25.73%
B = 20.95%

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

#C9614F (or 0xC9614F) is known color: Sunglo. HEX triplet: C9, 61 and 4F. RGB value is (201,97,79). Sum of RGB (Red+Green+Blue) = 201+97+79=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9614F is #369EB0. Grayscale: #7E7E7E. Windows color (decimal): -3579569 or 5202377. OLE color: 5202377.

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

Color convert

RGB 201 97 79 -
CMYK 0 0.52 0.61 0.21
HSL 8.85º 0.53% 0.55% -
HSV(B) 8.85º 0.61% 0.79% -
XYZ 29.77 21.53 9.98 -
YUV 126.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 201 97 79 0 0.52 0.61 0.21 8.85 0.53 0.55
Hex C9 61 4F 0 34 3D 15 9 35 37
Octal 311 141 117 0 64 75 25 11 65 67
Binary 11001001 1100001 1001111 0 110100 111101 10101 1001 110101 110111

Color Harmonies of #C9614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9614F

Black with #C9614F

Text Example


Text Example

White with #C9614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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