Html Css Color HEX #CF6143 Dark Coral

📋 copy color: '#CF6143'

red 207 ◦ green 97 ◦ blue 67

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

Shades of Dark Coral #CF6143

Tints of Dark Coral #CF6143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 55.8%
G = 26.15%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF6143 (or 0xCF6143) is known color: Dark Coral. HEX triplet: CF, 61 and 43. RGB value is (207,97,67). Sum of RGB (Red+Green+Blue) = 207+97+67=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6143 is #309EBC. Grayscale: #7E7E7E. Windows color (decimal): -3186365 or 4415951. OLE color: 4415951.

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

Color convert

RGB 207 97 67 -
CMYK 0 0.53 0.68 0.19
HSL 12.86º 0.59% 0.54% -
HSV(B) 12.86º 0.68% 0.81% -
XYZ 31.02 22.22 7.96 -
YUV 126.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 207 97 67 0 0.53 0.68 0.19 12.86 0.59 0.54
Hex CF 61 43 0 35 44 13 D 3B 36
Octal 317 141 103 0 65 104 23 15 73 66
Binary 11001111 1100001 1000011 0 110101 1000100 10011 1101 111011 110110

Color Harmonies of #CF6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6143

Black with #CF6143

Text Example


Text Example

White with #CF6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6143; }

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

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

background-color css

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

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

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

border-color css

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

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

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