Html Css Color HEX #CD533D Dark Coral

📋 copy color: '#CD533D'

red 205 ◦ green 83 ◦ blue 61

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

Shades of Dark Coral #CD533D

Tints of Dark Coral #CD533D

RGB

 RED value IS 205 (80.47% from 255) = 58.74%

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

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

R = 58.74%
G = 23.78%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD533D (or 0xCD533D) is known color: Dark Coral. HEX triplet: CD, 53 and 3D. RGB value is (205,83,61). Sum of RGB (Red+Green+Blue) = 205+83+61=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD533D is #32ACC2. Grayscale: #757575. Windows color (decimal): -3321027 or 4019149. OLE color: 4019149.

HSL color Cylindrical-coordinate representation of color #CD533D: hue angle of 9.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD533D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 61 -
CMYK 0 0.60 0.70 0.20
HSL 9.17º 0.59% 0.52% -
HSV(B) 9.17º 0.7% 0.8% -
XYZ 29.11 19.5 6.64 -
YUV 116.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 205 83 61 0 0.60 0.70 0.20 9.17 0.59 0.52
Hex CD 53 3D 0 3C 46 14 9 3B 34
Octal 315 123 75 0 74 106 24 11 73 64
Binary 11001101 1010011 111101 0 111100 1000110 10100 1001 111011 110100

Color Harmonies of #CD533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD533D

Black with #CD533D

Text Example


Text Example

White with #CD533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD533D; }

 p { color: rgb(205,83,61); }

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

background-color css

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

 a { background-color: rgb(205,83,61); }

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

border-color css

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

 span { border-color: rgb(205,83,61); }

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