Html Css Color HEX #C7614C Sunglo

📋 copy color: '#C7614C'

red 199 ◦ green 97 ◦ blue 76

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

Shades of Sunglo #C7614C

Tints of Sunglo #C7614C

RGB

 RED value IS 199 (78.13% from 255) = 53.49%

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 53.49%
G = 26.08%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7614C (or 0xC7614C) is known color: Sunglo. HEX triplet: C7, 61 and 4C. RGB value is (199,97,76). Sum of RGB (Red+Green+Blue) = 199+97+76=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7614C is #389EB3. Grayscale: #7D7D7D. Windows color (decimal): -3710644 or 5005767. OLE color: 5005767.

HSL color Cylindrical-coordinate representation of color #C7614C: hue angle of 10.24º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7614C is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 76 -
CMYK 0 0.51 0.62 0.22
HSL 10.24º 0.52% 0.54% -
HSV(B) 10.24º 0.62% 0.78% -
XYZ 29.13 21.21 9.4 -
YUV 125.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 199 97 76 0 0.51 0.62 0.22 10.24 0.52 0.54
Hex C7 61 4C 0 33 3E 16 A 34 36
Octal 307 141 114 0 63 76 26 12 64 66
Binary 11000111 1100001 1001100 0 110011 111110 10110 1010 110100 110110

Color Harmonies of #C7614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7614C

Black with #C7614C

Text Example


Text Example

White with #C7614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7614C; }

 p { color: rgb(199,97,76); }

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

background-color css

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

 a { background-color: rgb(199,97,76); }

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

border-color css

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

 span { border-color: rgb(199,97,76); }

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