Html Css Color HEX #CF5043 Dark Coral

📋 copy color: '#CF5043'

red 207 ◦ green 80 ◦ blue 67

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

Shades of Dark Coral #CF5043

Tints of Dark Coral #CF5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 58.47%
G = 22.6%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF5043 (or 0xCF5043) is known color: Dark Coral. HEX triplet: CF, 50 and 43. RGB value is (207,80,67). Sum of RGB (Red+Green+Blue) = 207+80+67=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5043 is #30AFBC. Grayscale: #747474. Windows color (decimal): -3190717 or 4411599. OLE color: 4411599.

HSL color Cylindrical-coordinate representation of color #CF5043: hue angle of 5.57º 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 #CF5043 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 80 67 -
CMYK 0 0.61 0.68 0.19
HSL 5.57º 0.59% 0.54% -
HSV(B) 5.57º 0.68% 0.81% -
XYZ 29.61 19.41 7.5 -
YUV 116.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 207 80 67 0 0.61 0.68 0.19 5.57 0.59 0.54
Hex CF 50 43 0 3D 44 13 6 3B 36
Octal 317 120 103 0 75 104 23 6 73 66
Binary 11001111 1010000 1000011 0 111101 1000100 10011 110 111011 110110

Color Harmonies of #CF5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5043

Black with #CF5043

Text Example


Text Example

White with #CF5043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5043; }

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

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

background-color css

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

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

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

border-color css

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

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

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