Html Css Color HEX #CF563F Dark Coral

📋 copy color: '#CF563F'

red 207 ◦ green 86 ◦ blue 63

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

Shades of Dark Coral #CF563F

Tints of Dark Coral #CF563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

 BLUE value IS 63 (25% from 255) = 17.7%

R = 58.15%
G = 24.16%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF563F (or 0xCF563F) is known color: Dark Coral. HEX triplet: CF, 56 and 3F. RGB value is (207,86,63). Sum of RGB (Red+Green+Blue) = 207+86+63=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF563F is #30A9C0. Grayscale: #777777. Windows color (decimal): -3189185 or 4150991. OLE color: 4150991.

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

Color convert

RGB 207 86 63 -
CMYK 0 0.58 0.70 0.19
HSL 9.58º 0.6% 0.53% -
HSV(B) 9.58º 0.7% 0.81% -
XYZ 29.96 20.28 7.04 -
YUV 119.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 207 86 63 0 0.58 0.70 0.19 9.58 0.6 0.53
Hex CF 56 3F 0 3A 46 13 A 3C 35
Octal 317 126 77 0 72 106 23 12 74 65
Binary 11001111 1010110 111111 0 111010 1000110 10011 1010 111100 110101

Color Harmonies of #CF563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF563F

Black with #CF563F

Text Example


Text Example

White with #CF563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF563F; }

 p { color: rgb(207,86,63); }

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

background-color css

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

 a { background-color: rgb(207,86,63); }

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

border-color css

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

 span { border-color: rgb(207,86,63); }

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