Html Css Color HEX #CF6246 Dark Coral

📋 copy color: '#CF6246'

red 207 ◦ green 98 ◦ blue 70

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

Shades of Dark Coral #CF6246

Tints of Dark Coral #CF6246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 55.2%
G = 26.13%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF6246 (or 0xCF6246) is known color: Dark Coral. HEX triplet: CF, 62 and 46. RGB value is (207,98,70). Sum of RGB (Red+Green+Blue) = 207+98+70=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6246 is #309DB9. Grayscale: #7F7F7F. Windows color (decimal): -3186106 or 4612815. OLE color: 4612815.

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

Color convert

RGB 207 98 70 -
CMYK 0 0.53 0.66 0.19
HSL 12.26º 0.59% 0.54% -
HSV(B) 12.26º 0.66% 0.81% -
XYZ 31.21 22.44 8.48 -
YUV 127.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 207 98 70 0 0.53 0.66 0.19 12.26 0.59 0.54
Hex CF 62 46 0 35 42 13 C 3B 36
Octal 317 142 106 0 65 102 23 14 73 66
Binary 11001111 1100010 1000110 0 110101 1000010 10011 1100 111011 110110

Color Harmonies of #CF6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6246

Black with #CF6246

Text Example


Text Example

White with #CF6246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6246; }

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

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

background-color css

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

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

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

border-color css

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

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

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