Html Css Color HEX #CF5C41 Dark Coral

📋 copy color: '#CF5C41'

red 207 ◦ green 92 ◦ blue 65

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

Shades of Dark Coral #CF5C41

Tints of Dark Coral #CF5C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

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

R = 56.87%
G = 25.27%
B = 17.86%

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

#CF5C41 (or 0xCF5C41) is known color: Dark Coral. HEX triplet: CF, 5C and 41. RGB value is (207,92,65). Sum of RGB (Red+Green+Blue) = 207+92+65=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C41 is #30A3BE. Grayscale: #7B7B7B. Windows color (decimal): -3187647 or 4283599. OLE color: 4283599.

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

Color convert

RGB 207 92 65 -
CMYK 0 0.56 0.69 0.19
HSL 11.41º 0.6% 0.53% -
HSV(B) 11.41º 0.69% 0.81% -
XYZ 30.51 21.3 7.5 -
YUV 123.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 207 92 65 0 0.56 0.69 0.19 11.41 0.6 0.53
Hex CF 5C 41 0 38 45 13 B 3C 35
Octal 317 134 101 0 70 105 23 13 74 65
Binary 11001111 1011100 1000001 0 111000 1000101 10011 1011 111100 110101

Color Harmonies of #CF5C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C41

Black with #CF5C41

Text Example


Text Example

White with #CF5C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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