Html Css Color HEX #CF614E Dark Coral

📋 copy color: '#CF614E'

red 207 ◦ green 97 ◦ blue 78

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

Shades of Dark Coral #CF614E

Tints of Dark Coral #CF614E

RGB

 RED value IS 207 (81.25% from 255) = 54.19%

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

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 54.19%
G = 25.39%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF614E (or 0xCF614E) is known color: Dark Coral. HEX triplet: CF, 61 and 4E. RGB value is (207,97,78). Sum of RGB (Red+Green+Blue) = 207+97+78=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF614E is #309EB1. Grayscale: #7F7F7F. Windows color (decimal): -3186354 or 5136847. OLE color: 5136847.

HSL color Cylindrical-coordinate representation of color #CF614E: hue angle of 8.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF614E is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 78 -
CMYK 0 0.53 0.62 0.19
HSL 8.84º 0.57% 0.56% -
HSV(B) 8.84º 0.62% 0.81% -
XYZ 31.38 22.36 9.87 -
YUV 127.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 207 97 78 0 0.53 0.62 0.19 8.84 0.57 0.56
Hex CF 61 4E 0 35 3E 13 9 39 38
Octal 317 141 116 0 65 76 23 11 71 70
Binary 11001111 1100001 1001110 0 110101 111110 10011 1001 111001 111000

Color Harmonies of #CF614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF614E

Black with #CF614E

Text Example


Text Example

White with #CF614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF614E; }

 p { color: rgb(207,97,78); }

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

background-color css

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

 a { background-color: rgb(207,97,78); }

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

border-color css

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

 span { border-color: rgb(207,97,78); }

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