Html Css Color HEX #CF6146 Dark Coral

📋 copy color: '#CF6146'

red 207 ◦ green 97 ◦ blue 70

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

Shades of Dark Coral #CF6146

Tints of Dark Coral #CF6146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 55.35%
G = 25.94%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF6146 (or 0xCF6146) is known color: Dark Coral. HEX triplet: CF, 61 and 46. RGB value is (207,97,70). Sum of RGB (Red+Green+Blue) = 207+97+70=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6146 is #309EB9. Grayscale: #7F7F7F. Windows color (decimal): -3186362 or 4612559. OLE color: 4612559.

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

Color convert

RGB 207 97 70 -
CMYK 0 0.53 0.66 0.19
HSL 11.82º 0.59% 0.54% -
HSV(B) 11.82º 0.66% 0.81% -
XYZ 31.11 22.26 8.45 -
YUV 126.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 207 97 70 0 0.53 0.66 0.19 11.82 0.59 0.54
Hex CF 61 46 0 35 42 13 C 3B 36
Octal 317 141 106 0 65 102 23 14 73 66
Binary 11001111 1100001 1000110 0 110101 1000010 10011 1100 111011 110110

Color Harmonies of #CF6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6146

Black with #CF6146

Text Example


Text Example

White with #CF6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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