Html Css Color HEX #CF5C44 Dark Coral

📋 copy color: '#CF5C44'

red 207 ◦ green 92 ◦ blue 68

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

Shades of Dark Coral #CF5C44

Tints of Dark Coral #CF5C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 56.4%
G = 25.07%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF5C44 (or 0xCF5C44) is known color: Dark Coral. HEX triplet: CF, 5C and 44. RGB value is (207,92,68). Sum of RGB (Red+Green+Blue) = 207+92+68=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C44 is #30A3BB. Grayscale: #7B7B7B. Windows color (decimal): -3187644 or 4480207. OLE color: 4480207.

HSL color Cylindrical-coordinate representation of color #CF5C44: hue angle of 10.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF5C44 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 68 -
CMYK 0 0.56 0.67 0.19
HSL 10.36º 0.59% 0.54% -
HSV(B) 10.36º 0.67% 0.81% -
XYZ 30.6 21.34 7.97 -
YUV 123.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 207 92 68 0 0.56 0.67 0.19 10.36 0.59 0.54
Hex CF 5C 44 0 38 43 13 A 3B 36
Octal 317 134 104 0 70 103 23 12 73 66
Binary 11001111 1011100 1000100 0 111000 1000011 10011 1010 111011 110110

Color Harmonies of #CF5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C44

Black with #CF5C44

Text Example


Text Example

White with #CF5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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