Html Css Color HEX #CF6241 Dark Coral

📋 copy color: '#CF6241'

red 207 ◦ green 98 ◦ blue 65

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

Shades of Dark Coral #CF6241

Tints of Dark Coral #CF6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 55.95%
G = 26.49%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF6241 (or 0xCF6241) is known color: Dark Coral. HEX triplet: CF, 62 and 41. RGB value is (207,98,65). Sum of RGB (Red+Green+Blue) = 207+98+65=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6241 is #309DBE. Grayscale: #7F7F7F. Windows color (decimal): -3186111 or 4285135. OLE color: 4285135.

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

Color convert

RGB 207 98 65 -
CMYK 0 0.53 0.69 0.19
HSL 13.94º 0.6% 0.53% -
HSV(B) 13.94º 0.69% 0.81% -
XYZ 31.05 22.38 7.68 -
YUV 126.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 207 98 65 0 0.53 0.69 0.19 13.94 0.6 0.53
Hex CF 62 41 0 35 45 13 E 3C 35
Octal 317 142 101 0 65 105 23 16 74 65
Binary 11001111 1100010 1000001 0 110101 1000101 10011 1110 111100 110101

Color Harmonies of #CF6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6241

Black with #CF6241

Text Example


Text Example

White with #CF6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6241; }

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

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

background-color css

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

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

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

border-color css

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

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

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