Html Css Color HEX #C7614B Dark Coral

📋 copy color: '#C7614B'

red 199 ◦ green 97 ◦ blue 75

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

Shades of Dark Coral #C7614B

Tints of Dark Coral #C7614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 53.64%
G = 26.15%
B = 20.22%

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

#C7614B (or 0xC7614B) is known color: Dark Coral. HEX triplet: C7, 61 and 4B. RGB value is (199,97,75). Sum of RGB (Red+Green+Blue) = 199+97+75=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7614B is #389EB4. Grayscale: #7D7D7D. Windows color (decimal): -3710645 or 4940231. OLE color: 4940231.

HSL color Cylindrical-coordinate representation of color #C7614B: hue angle of 10.65º degrees, saturation: 0.53, 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 #C7614B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 75 -
CMYK 0 0.51 0.62 0.22
HSL 10.65º 0.53% 0.54% -
HSV(B) 10.65º 0.62% 0.78% -
XYZ 29.1 21.2 9.21 -
YUV 124.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 199 97 75 0 0.51 0.62 0.22 10.65 0.53 0.54
Hex C7 61 4B 0 33 3E 16 B 35 36
Octal 307 141 113 0 63 76 26 13 65 66
Binary 11000111 1100001 1001011 0 110011 111110 10110 1011 110101 110110

Color Harmonies of #C7614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7614B

Black with #C7614B

Text Example


Text Example

White with #C7614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7614B; }

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

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

background-color css

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

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

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

border-color css

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

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

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