Html Css Color HEX #CF6148 Dark Coral

📋 copy color: '#CF6148'

red 207 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #CF6148

Tints of Dark Coral #CF6148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 55.05%
G = 25.8%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6148 (or 0xCF6148) is known color: Dark Coral. HEX triplet: CF, 61 and 48. RGB value is (207,97,72). Sum of RGB (Red+Green+Blue) = 207+97+72=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6148 is #309EB7. Grayscale: #7F7F7F. Windows color (decimal): -3186360 or 4743631. OLE color: 4743631.

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

Color convert

RGB 207 97 72 -
CMYK 0 0.53 0.65 0.19
HSL 11.11º 0.58% 0.55% -
HSV(B) 11.11º 0.65% 0.81% -
XYZ 31.18 22.28 8.79 -
YUV 127.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 207 97 72 0 0.53 0.65 0.19 11.11 0.58 0.55
Hex CF 61 48 0 35 41 13 B 3A 37
Octal 317 141 110 0 65 101 23 13 72 67
Binary 11001111 1100001 1001000 0 110101 1000001 10011 1011 111010 110111

Color Harmonies of #CF6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6148

Black with #CF6148

Text Example


Text Example

White with #CF6148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6148; }

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

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

background-color css

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

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

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

border-color css

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

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

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