Html Css Color HEX #CF6347 Dark Coral

📋 copy color: '#CF6347'

red 207 ◦ green 99 ◦ blue 71

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

Shades of Dark Coral #CF6347

Tints of Dark Coral #CF6347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 54.91%
G = 26.26%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF6347 (or 0xCF6347) is known color: Dark Coral. HEX triplet: CF, 63 and 47. RGB value is (207,99,71). Sum of RGB (Red+Green+Blue) = 207+99+71=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6347 is #309CB8. Grayscale: #808080. Windows color (decimal): -3185849 or 4678607. OLE color: 4678607.

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

Color convert

RGB 207 99 71 -
CMYK 0 0.52 0.66 0.19
HSL 12.35º 0.59% 0.55% -
HSV(B) 12.35º 0.66% 0.81% -
XYZ 31.33 22.64 8.68 -
YUV 128.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 207 99 71 0 0.52 0.66 0.19 12.35 0.59 0.55
Hex CF 63 47 0 34 42 13 C 3B 37
Octal 317 143 107 0 64 102 23 14 73 67
Binary 11001111 1100011 1000111 0 110100 1000010 10011 1100 111011 110111

Color Harmonies of #CF6347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6347

Black with #CF6347

Text Example


Text Example

White with #CF6347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6347; }

 p { color: rgb(207,99,71); }

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

background-color css

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

 a { background-color: rgb(207,99,71); }

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

border-color css

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

 span { border-color: rgb(207,99,71); }

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