Html Css Color HEX #CF5044 Dark Coral

📋 copy color: '#CF5044'

red 207 ◦ green 80 ◦ blue 68

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

Shades of Dark Coral #CF5044

Tints of Dark Coral #CF5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 58.31%
G = 22.54%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF5044 (or 0xCF5044) is known color: Dark Coral. HEX triplet: CF, 50 and 44. RGB value is (207,80,68). Sum of RGB (Red+Green+Blue) = 207+80+68=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5044 is #30AFBB. Grayscale: #747474. Windows color (decimal): -3190716 or 4477135. OLE color: 4477135.

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

Color convert

RGB 207 80 68 -
CMYK 0 0.61 0.67 0.19
HSL 5.18º 0.59% 0.54% -
HSV(B) 5.18º 0.67% 0.81% -
XYZ 29.64 19.42 7.65 -
YUV 116.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 207 80 68 0 0.61 0.67 0.19 5.18 0.59 0.54
Hex CF 50 44 0 3D 43 13 5 3B 36
Octal 317 120 104 0 75 103 23 5 73 66
Binary 11001111 1010000 1000100 0 111101 1000011 10011 101 111011 110110

Color Harmonies of #CF5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5044

Black with #CF5044

Text Example


Text Example

White with #CF5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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