Html Css Color HEX #CF5B41 Dark Coral

📋 copy color: '#CF5B41'

red 207 ◦ green 91 ◦ blue 65

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

Shades of Dark Coral #CF5B41

Tints of Dark Coral #CF5B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

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

R = 57.02%
G = 25.07%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5B41 (or 0xCF5B41) is known color: Dark Coral. HEX triplet: CF, 5B and 41. RGB value is (207,91,65). Sum of RGB (Red+Green+Blue) = 207+91+65=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B41 is #30A4BE. Grayscale: #7A7A7A. Windows color (decimal): -3187903 or 4283343. OLE color: 4283343.

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

Color convert

RGB 207 91 65 -
CMYK 0 0.56 0.69 0.19
HSL 10.99º 0.6% 0.53% -
HSV(B) 10.99º 0.69% 0.81% -
XYZ 30.43 21.13 7.48 -
YUV 122.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 207 91 65 0 0.56 0.69 0.19 10.99 0.6 0.53
Hex CF 5B 41 0 38 45 13 B 3C 35
Octal 317 133 101 0 70 105 23 13 74 65
Binary 11001111 1011011 1000001 0 111000 1000101 10011 1011 111100 110101

Color Harmonies of #CF5B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B41

Black with #CF5B41

Text Example


Text Example

White with #CF5B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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