Html Css Color HEX #CF6048 Dark Coral

📋 copy color: '#CF6048'

red 207 ◦ green 96 ◦ blue 72

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

Shades of Dark Coral #CF6048

Tints of Dark Coral #CF6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 55.2%
G = 25.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6048 (or 0xCF6048) is known color: Dark Coral. HEX triplet: CF, 60 and 48. RGB value is (207,96,72). Sum of RGB (Red+Green+Blue) = 207+96+72=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6048 is #309FB7. Grayscale: #7E7E7E. Windows color (decimal): -3186616 or 4743375. OLE color: 4743375.

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

Color convert

RGB 207 96 72 -
CMYK 0 0.54 0.65 0.19
HSL 10.67º 0.58% 0.55% -
HSV(B) 10.67º 0.65% 0.81% -
XYZ 31.08 22.1 8.76 -
YUV 126.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 207 96 72 0 0.54 0.65 0.19 10.67 0.58 0.55
Hex CF 60 48 0 36 41 13 B 3A 37
Octal 317 140 110 0 66 101 23 13 72 67
Binary 11001111 1100000 1001000 0 110110 1000001 10011 1011 111010 110111

Color Harmonies of #CF6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6048

Black with #CF6048

Text Example


Text Example

White with #CF6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6048; }

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

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

background-color css

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

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

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

border-color css

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

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

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