Html Css Color HEX #C7614F Sunglo

📋 copy color: '#C7614F'

red 199 ◦ green 97 ◦ blue 79

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

Shades of Sunglo #C7614F

Tints of Sunglo #C7614F

RGB

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

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

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

R = 53.07%
G = 25.87%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7614F (or 0xC7614F) is known color: Sunglo. HEX triplet: C7, 61 and 4F. RGB value is (199,97,79). Sum of RGB (Red+Green+Blue) = 199+97+79=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7614F is #389EB0. Grayscale: #7D7D7D. Windows color (decimal): -3710641 or 5202375. OLE color: 5202375.

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

Color convert

RGB 199 97 79 -
CMYK 0 0.51 0.60 0.22
HSL 0.52% 0.55% -
HSV(B) 0.6% 0.78% -
XYZ 29.24 21.26 9.96 -
YUV 125.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 199 97 79 0 0.51 0.60 0.22 9 0.52 0.55
Hex C7 61 4F 0 33 3C 16 9 34 37
Octal 307 141 117 0 63 74 26 11 64 67
Binary 11000111 1100001 1001111 0 110011 111100 10110 1001 110100 110111

Color Harmonies of #C7614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7614F

Black with #C7614F

Text Example


Text Example

White with #C7614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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