Html Css Color HEX #CF6249 Dark Coral

📋 copy color: '#CF6249'

red 207 ◦ green 98 ◦ blue 73

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

Shades of Dark Coral #CF6249

Tints of Dark Coral #CF6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 54.76%
G = 25.93%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6249 (or 0xCF6249) is known color: Dark Coral. HEX triplet: CF, 62 and 49. RGB value is (207,98,73). Sum of RGB (Red+Green+Blue) = 207+98+73=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6249 is #309DB6. Grayscale: #7F7F7F. Windows color (decimal): -3186103 or 4809423. OLE color: 4809423.

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

Color convert

RGB 207 98 73 -
CMYK 0 0.53 0.65 0.19
HSL 11.19º 0.58% 0.55% -
HSV(B) 11.19º 0.65% 0.81% -
XYZ 31.3 22.48 8.99 -
YUV 127.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 207 98 73 0 0.53 0.65 0.19 11.19 0.58 0.55
Hex CF 62 49 0 35 41 13 B 3A 37
Octal 317 142 111 0 65 101 23 13 72 67
Binary 11001111 1100010 1001001 0 110101 1000001 10011 1011 111010 110111

Color Harmonies of #CF6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6249

Black with #CF6249

Text Example


Text Example

White with #CF6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6249; }

 p { color: rgb(207,98,73); }

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

background-color css

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

 a { background-color: rgb(207,98,73); }

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

border-color css

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

 span { border-color: rgb(207,98,73); }

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