Html Css Color HEX #CF523D Dark Coral

📋 copy color: '#CF523D'

red 207 ◦ green 82 ◦ blue 61

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

Shades of Dark Coral #CF523D

Tints of Dark Coral #CF523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 59.14%
G = 23.43%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF523D (or 0xCF523D) is known color: Dark Coral. HEX triplet: CF, 52 and 3D. RGB value is (207,82,61). Sum of RGB (Red+Green+Blue) = 207+82+61=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF523D is #30ADC2. Grayscale: #757575. Windows color (decimal): -3190211 or 4018895. OLE color: 4018895.

HSL color Cylindrical-coordinate representation of color #CF523D: hue angle of 8.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF523D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 61 -
CMYK 0 0.60 0.71 0.19
HSL 8.63º 0.6% 0.53% -
HSV(B) 8.63º 0.71% 0.81% -
XYZ 29.59 19.64 6.65 -
YUV 116.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 207 82 61 0 0.60 0.71 0.19 8.63 0.6 0.53
Hex CF 52 3D 0 3C 47 13 9 3C 35
Octal 317 122 75 0 74 107 23 11 74 65
Binary 11001111 1010010 111101 0 111100 1000111 10011 1001 111100 110101

Color Harmonies of #CF523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF523D

Black with #CF523D

Text Example


Text Example

White with #CF523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF523D; }

 p { color: rgb(207,82,61); }

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

background-color css

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

 a { background-color: rgb(207,82,61); }

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

border-color css

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

 span { border-color: rgb(207,82,61); }

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