Html Css Color HEX #CF543C Dark Coral

📋 copy color: '#CF543C'

red 207 ◦ green 84 ◦ blue 60

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

Shades of Dark Coral #CF543C

Tints of Dark Coral #CF543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 58.97%
G = 23.93%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF543C (or 0xCF543C) is known color: Dark Coral. HEX triplet: CF, 54 and 3C. RGB value is (207,84,60). Sum of RGB (Red+Green+Blue) = 207+84+60=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF543C is #30ABC3. Grayscale: #767676. Windows color (decimal): -3189700 or 3953871. OLE color: 3953871.

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

Color convert

RGB 207 84 60 -
CMYK 0 0.59 0.71 0.19
HSL 9.8º 0.6% 0.52% -
HSV(B) 9.8º 0.71% 0.81% -
XYZ 29.72 19.93 6.56 -
YUV 118.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 207 84 60 0 0.59 0.71 0.19 9.8 0.6 0.52
Hex CF 54 3C 0 3B 47 13 A 3C 34
Octal 317 124 74 0 73 107 23 12 74 64
Binary 11001111 1010100 111100 0 111011 1000111 10011 1010 111100 110100

Color Harmonies of #CF543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF543C

Black with #CF543C

Text Example


Text Example

White with #CF543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF543C; }

 p { color: rgb(207,84,60); }

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

background-color css

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

 a { background-color: rgb(207,84,60); }

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

border-color css

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

 span { border-color: rgb(207,84,60); }

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