Html Css Color HEX #CF5D4A Dark Coral

📋 copy color: '#CF5D4A'

red 207 ◦ green 93 ◦ blue 74

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

Shades of Dark Coral #CF5D4A

Tints of Dark Coral #CF5D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 55.35%
G = 24.87%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF5D4A (or 0xCF5D4A) is known color: Dark Coral. HEX triplet: CF, 5D and 4A. RGB value is (207,93,74). Sum of RGB (Red+Green+Blue) = 207+93+74=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D4A is #30A2B5. Grayscale: #7D7D7D. Windows color (decimal): -3187382 or 4873679. OLE color: 4873679.

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

Color convert

RGB 207 93 74 -
CMYK 0 0.55 0.64 0.19
HSL 8.57º 0.58% 0.55% -
HSV(B) 8.57º 0.64% 0.81% -
XYZ 30.88 21.59 9.02 -
YUV 124.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 207 93 74 0 0.55 0.64 0.19 8.57 0.58 0.55
Hex CF 5D 4A 0 37 40 13 9 3A 37
Octal 317 135 112 0 67 100 23 11 72 67
Binary 11001111 1011101 1001010 0 110111 1000000 10011 1001 111010 110111

Color Harmonies of #CF5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D4A

Black with #CF5D4A

Text Example


Text Example

White with #CF5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D4A; }

 p { color: rgb(207,93,74); }

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

background-color css

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

 a { background-color: rgb(207,93,74); }

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

border-color css

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

 span { border-color: rgb(207,93,74); }

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