Html Css Color HEX #CF6341 Dark Coral

📋 copy color: '#CF6341'

red 207 ◦ green 99 ◦ blue 65

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

Shades of Dark Coral #CF6341

Tints of Dark Coral #CF6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 55.8%
G = 26.68%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6341 (or 0xCF6341) is known color: Dark Coral. HEX triplet: CF, 63 and 41. RGB value is (207,99,65). Sum of RGB (Red+Green+Blue) = 207+99+65=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6341 is #309CBE. Grayscale: #7F7F7F. Windows color (decimal): -3185855 or 4285391. OLE color: 4285391.

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

Color convert

RGB 207 99 65 -
CMYK 0 0.52 0.69 0.19
HSL 14.37º 0.6% 0.53% -
HSV(B) 14.37º 0.69% 0.81% -
XYZ 31.15 22.57 7.72 -
YUV 127.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 207 99 65 0 0.52 0.69 0.19 14.37 0.6 0.53
Hex CF 63 41 0 34 45 13 E 3C 35
Octal 317 143 101 0 64 105 23 16 74 65
Binary 11001111 1100011 1000001 0 110100 1000101 10011 1110 111100 110101

Color Harmonies of #CF6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6341

Black with #CF6341

Text Example


Text Example

White with #CF6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6341; }

 p { color: rgb(207,99,65); }

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

background-color css

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

 a { background-color: rgb(207,99,65); }

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

border-color css

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

 span { border-color: rgb(207,99,65); }

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