Html Css Color HEX #C9614D Sunglo

📋 copy color: '#C9614D'

red 201 ◦ green 97 ◦ blue 77

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

Shades of Sunglo #C9614D

Tints of Sunglo #C9614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 53.6%
G = 25.87%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9614D (or 0xC9614D) is known color: Sunglo. HEX triplet: C9, 61 and 4D. RGB value is (201,97,77). Sum of RGB (Red+Green+Blue) = 201+97+77=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9614D is #369EB2. Grayscale: #7E7E7E. Windows color (decimal): -3579571 or 5071305. OLE color: 5071305.

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

Color convert

RGB 201 97 77 -
CMYK 0 0.52 0.62 0.21
HSL 9.68º 0.53% 0.55% -
HSV(B) 9.68º 0.62% 0.79% -
XYZ 29.7 21.5 9.61 -
YUV 125.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 201 97 77 0 0.52 0.62 0.21 9.68 0.53 0.55
Hex C9 61 4D 0 34 3E 15 A 35 37
Octal 311 141 115 0 64 76 25 12 65 67
Binary 11001001 1100001 1001101 0 110100 111110 10101 1010 110101 110111

Color Harmonies of #C9614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9614D

Black with #C9614D

Text Example


Text Example

White with #C9614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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