Html Css Color HEX #CF6141 Dark Coral

📋 copy color: '#CF6141'

red 207 ◦ green 97 ◦ blue 65

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

Shades of Dark Coral #CF6141

Tints of Dark Coral #CF6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 56.1%
G = 26.29%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6141 (or 0xCF6141) is known color: Dark Coral. HEX triplet: CF, 61 and 41. RGB value is (207,97,65). Sum of RGB (Red+Green+Blue) = 207+97+65=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6141 is #309EBE. Grayscale: #7E7E7E. Windows color (decimal): -3186367 or 4284879. OLE color: 4284879.

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

Color convert

RGB 207 97 65 -
CMYK 0 0.53 0.69 0.19
HSL 13.52º 0.6% 0.53% -
HSV(B) 13.52º 0.69% 0.81% -
XYZ 30.96 22.2 7.65 -
YUV 126.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 207 97 65 0 0.53 0.69 0.19 13.52 0.6 0.53
Hex CF 61 41 0 35 45 13 E 3C 35
Octal 317 141 101 0 65 105 23 16 74 65
Binary 11001111 1100001 1000001 0 110101 1000101 10011 1110 111100 110101

Color Harmonies of #CF6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6141

Black with #CF6141

Text Example


Text Example

White with #CF6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6141; }

 p { color: rgb(207,97,65); }

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

background-color css

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

 a { background-color: rgb(207,97,65); }

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

border-color css

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

 span { border-color: rgb(207,97,65); }

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