Html Css Color HEX #CF6044 Dark Coral

📋 copy color: '#CF6044'

red 207 ◦ green 96 ◦ blue 68

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

Shades of Dark Coral #CF6044

Tints of Dark Coral #CF6044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 55.8%
G = 25.88%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF6044 (or 0xCF6044) is known color: Dark Coral. HEX triplet: CF, 60 and 44. RGB value is (207,96,68). Sum of RGB (Red+Green+Blue) = 207+96+68=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6044 is #309FBB. Grayscale: #7E7E7E. Windows color (decimal): -3186620 or 4481231. OLE color: 4481231.

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

Color convert

RGB 207 96 68 -
CMYK 0 0.54 0.67 0.19
HSL 12.09º 0.59% 0.54% -
HSV(B) 12.09º 0.67% 0.81% -
XYZ 30.96 22.05 8.09 -
YUV 126 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 207 96 68 0 0.54 0.67 0.19 12.09 0.59 0.54
Hex CF 60 44 0 36 43 13 C 3B 36
Octal 317 140 104 0 66 103 23 14 73 66
Binary 11001111 1100000 1000100 0 110110 1000011 10011 1100 111011 110110

Color Harmonies of #CF6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6044

Black with #CF6044

Text Example


Text Example

White with #CF6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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