Html Css Color HEX #CF5345 Dark Coral

📋 copy color: '#CF5345'

red 207 ◦ green 83 ◦ blue 69

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

Shades of Dark Coral #CF5345

Tints of Dark Coral #CF5345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 57.66%
G = 23.12%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF5345 (or 0xCF5345) is known color: Dark Coral. HEX triplet: CF, 53 and 45. RGB value is (207,83,69). Sum of RGB (Red+Green+Blue) = 207+83+69=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5345 is #30ACBA. Grayscale: #767676. Windows color (decimal): -3189947 or 4543439. OLE color: 4543439.

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

Color convert

RGB 207 83 69 -
CMYK 0 0.60 0.67 0.19
HSL 6.09º 0.59% 0.54% -
HSV(B) 6.09º 0.67% 0.81% -
XYZ 29.9 19.88 7.89 -
YUV 118.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 207 83 69 0 0.60 0.67 0.19 6.09 0.59 0.54
Hex CF 53 45 0 3C 43 13 6 3B 36
Octal 317 123 105 0 74 103 23 6 73 66
Binary 11001111 1010011 1000101 0 111100 1000011 10011 110 111011 110110

Color Harmonies of #CF5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5345

Black with #CF5345

Text Example


Text Example

White with #CF5345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5345; }

 p { color: rgb(207,83,69); }

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

background-color css

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

 a { background-color: rgb(207,83,69); }

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

border-color css

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

 span { border-color: rgb(207,83,69); }

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