Html Css Color HEX #CF5643 Dark Coral

📋 copy color: '#CF5643'

red 207 ◦ green 86 ◦ blue 67

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

Shades of Dark Coral #CF5643

Tints of Dark Coral #CF5643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 57.5%
G = 23.89%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF5643 (or 0xCF5643) is known color: Dark Coral. HEX triplet: CF, 56 and 43. RGB value is (207,86,67). Sum of RGB (Red+Green+Blue) = 207+86+67=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5643 is #30A9BC. Grayscale: #787878. Windows color (decimal): -3189181 or 4413135. OLE color: 4413135.

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

Color convert

RGB 207 86 67 -
CMYK 0 0.58 0.68 0.19
HSL 8.14º 0.59% 0.54% -
HSV(B) 8.14º 0.68% 0.81% -
XYZ 30.07 20.33 7.65 -
YUV 120.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 207 86 67 0 0.58 0.68 0.19 8.14 0.59 0.54
Hex CF 56 43 0 3A 44 13 8 3B 36
Octal 317 126 103 0 72 104 23 10 73 66
Binary 11001111 1010110 1000011 0 111010 1000100 10011 1000 111011 110110

Color Harmonies of #CF5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5643

Black with #CF5643

Text Example


Text Example

White with #CF5643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5643; }

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

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

background-color css

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

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

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

border-color css

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

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

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