Html Css Color HEX #CF6449 Dark Coral

📋 copy color: '#CF6449'

red 207 ◦ green 100 ◦ blue 73

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

Shades of Dark Coral #CF6449

Tints of Dark Coral #CF6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 54.47%
G = 26.32%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6449 (or 0xCF6449) is known color: Dark Coral. HEX triplet: CF, 64 and 49. RGB value is (207,100,73). Sum of RGB (Red+Green+Blue) = 207+100+73=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6449 is #309BB6. Grayscale: #818181. Windows color (decimal): -3185591 or 4809935. OLE color: 4809935.

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

Color convert

RGB 207 100 73 -
CMYK 0 0.52 0.65 0.19
HSL 12.09º 0.58% 0.55% -
HSV(B) 12.09º 0.65% 0.81% -
XYZ 31.49 22.86 9.06 -
YUV 128.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 207 100 73 0 0.52 0.65 0.19 12.09 0.58 0.55
Hex CF 64 49 0 34 41 13 C 3A 37
Octal 317 144 111 0 64 101 23 14 72 67
Binary 11001111 1100100 1001001 0 110100 1000001 10011 1100 111010 110111

Color Harmonies of #CF6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6449

Black with #CF6449

Text Example


Text Example

White with #CF6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6449; }

 p { color: rgb(207,100,73); }

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

background-color css

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

 a { background-color: rgb(207,100,73); }

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

border-color css

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

 span { border-color: rgb(207,100,73); }

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