Html Css Color HEX #CF5A48 Dark Coral

📋 copy color: '#CF5A48'

red 207 ◦ green 90 ◦ blue 72

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

Shades of Dark Coral #CF5A48

Tints of Dark Coral #CF5A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 56.1%
G = 24.39%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5A48 (or 0xCF5A48) is known color: Dark Coral. HEX triplet: CF, 5A and 48. RGB value is (207,90,72). Sum of RGB (Red+Green+Blue) = 207+90+72=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A48 is #30A5B7. Grayscale: #7B7B7B. Windows color (decimal): -3188152 or 4741839. OLE color: 4741839.

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

Color convert

RGB 207 90 72 -
CMYK 0 0.57 0.65 0.19
HSL 0.58% 0.55% -
HSV(B) 0.65% 0.81% -
XYZ 30.56 21.05 8.58 -
YUV 122.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 207 90 72 0 0.57 0.65 0.19 8 0.58 0.55
Hex CF 5A 48 0 39 41 13 8 3A 37
Octal 317 132 110 0 71 101 23 10 72 67
Binary 11001111 1011010 1001000 0 111001 1000001 10011 1000 111010 110111

Color Harmonies of #CF5A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A48

Black with #CF5A48

Text Example


Text Example

White with #CF5A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A48; }

 p { color: rgb(207,90,72); }

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

background-color css

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

 a { background-color: rgb(207,90,72); }

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

border-color css

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

 span { border-color: rgb(207,90,72); }

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