Html Css Color HEX #CF5E4D Dark Coral

📋 copy color: '#CF5E4D'

red 207 ◦ green 94 ◦ blue 77

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

Shades of Dark Coral #CF5E4D

Tints of Dark Coral #CF5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 54.76%
G = 24.87%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF5E4D (or 0xCF5E4D) is known color: Dark Coral. HEX triplet: CF, 5E and 4D. RGB value is (207,94,77). Sum of RGB (Red+Green+Blue) = 207+94+77=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E4D is #30A1B2. Grayscale: #7E7E7E. Windows color (decimal): -3187123 or 5070543. OLE color: 5070543.

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

Color convert

RGB 207 94 77 -
CMYK 0 0.55 0.63 0.19
HSL 7.85º 0.58% 0.56% -
HSV(B) 7.85º 0.63% 0.81% -
XYZ 31.07 21.81 9.59 -
YUV 125.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 207 94 77 0 0.55 0.63 0.19 7.85 0.58 0.56
Hex CF 5E 4D 0 37 3F 13 8 3A 38
Octal 317 136 115 0 67 77 23 10 72 70
Binary 11001111 1011110 1001101 0 110111 111111 10011 1000 111010 111000

Color Harmonies of #CF5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E4D

Black with #CF5E4D

Text Example


Text Example

White with #CF5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E4D; }

 p { color: rgb(207,94,77); }

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

background-color css

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

 a { background-color: rgb(207,94,77); }

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

border-color css

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

 span { border-color: rgb(207,94,77); }

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