Html Css Color HEX #CF603F Dark Coral

📋 copy color: '#CF603F'

red 207 ◦ green 96 ◦ blue 63

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

Shades of Dark Coral #CF603F

Tints of Dark Coral #CF603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 56.56%
G = 26.23%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF603F (or 0xCF603F) is known color: Dark Coral. HEX triplet: CF, 60 and 3F. RGB value is (207,96,63). Sum of RGB (Red+Green+Blue) = 207+96+63=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF603F is #309FC0. Grayscale: #7D7D7D. Windows color (decimal): -3186625 or 4153551. OLE color: 4153551.

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

Color convert

RGB 207 96 63 -
CMYK 0 0.54 0.70 0.19
HSL 13.75º 0.6% 0.53% -
HSV(B) 13.75º 0.7% 0.81% -
XYZ 30.81 21.99 7.32 -
YUV 125.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 207 96 63 0 0.54 0.70 0.19 13.75 0.6 0.53
Hex CF 60 3F 0 36 46 13 E 3C 35
Octal 317 140 77 0 66 106 23 16 74 65
Binary 11001111 1100000 111111 0 110110 1000110 10011 1110 111100 110101

Color Harmonies of #CF603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF603F

Black with #CF603F

Text Example


Text Example

White with #CF603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF603F; }

 p { color: rgb(207,96,63); }

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

background-color css

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

 a { background-color: rgb(207,96,63); }

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

border-color css

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

 span { border-color: rgb(207,96,63); }

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