Html Css Color HEX #CA5A3D Dark Coral

📋 copy color: '#CA5A3D'

red 202 ◦ green 90 ◦ blue 61

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

Shades of Dark Coral #CA5A3D

Tints of Dark Coral #CA5A3D

RGB

 RED value IS 202 (79.3% from 255) = 57.22%

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 57.22%
G = 25.5%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA5A3D (or 0xCA5A3D) is known color: Dark Coral. HEX triplet: CA, 5A and 3D. RGB value is (202,90,61). Sum of RGB (Red+Green+Blue) = 202+90+61=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A3D is #35A5C2. Grayscale: #787878. Windows color (decimal): -3515843 or 4020938. OLE color: 4020938.

HSL color Cylindrical-coordinate representation of color #CA5A3D: hue angle of 12.34º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA5A3D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 90 61 -
CMYK 0 0.55 0.70 0.21
HSL 12.34º 0.57% 0.52% -
HSV(B) 12.34º 0.7% 0.79% -
XYZ 28.86 20.21 6.79 -
YUV 120.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 202 90 61 0 0.55 0.70 0.21 12.34 0.57 0.52
Hex CA 5A 3D 0 37 46 15 C 39 34
Octal 312 132 75 0 67 106 25 14 71 64
Binary 11001010 1011010 111101 0 110111 1000110 10101 1100 111001 110100

Color Harmonies of #CA5A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A3D

Black with #CA5A3D

Text Example


Text Example

White with #CA5A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A3D; }

 p { color: rgb(202,90,61); }

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

background-color css

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

 a { background-color: rgb(202,90,61); }

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

border-color css

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

 span { border-color: rgb(202,90,61); }

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