Html Css Color HEX #CA5846 Dark Coral

📋 copy color: '#CA5846'

red 202 ◦ green 88 ◦ blue 70

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

Shades of Dark Coral #CA5846

Tints of Dark Coral #CA5846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 56.11%
G = 24.44%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA5846 (or 0xCA5846) is known color: Dark Coral. HEX triplet: CA, 58 and 46. RGB value is (202,88,70). Sum of RGB (Red+Green+Blue) = 202+88+70=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5846 is #35A7B9. Grayscale: #787878. Windows color (decimal): -3516346 or 4610250. OLE color: 4610250.

HSL color Cylindrical-coordinate representation of color #CA5846: hue angle of 8.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA5846 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 70 -
CMYK 0 0.56 0.65 0.21
HSL 8.18º 0.55% 0.53% -
HSV(B) 8.18º 0.65% 0.79% -
XYZ 28.95 19.98 8.12 -
YUV 120.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 202 88 70 0 0.56 0.65 0.21 8.18 0.55 0.53
Hex CA 58 46 0 38 41 15 8 37 35
Octal 312 130 106 0 70 101 25 10 67 65
Binary 11001010 1011000 1000110 0 111000 1000001 10101 1000 110111 110101

Color Harmonies of #CA5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5846

Black with #CA5846

Text Example


Text Example

White with #CA5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5846; }

 p { color: rgb(202,88,70); }

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

background-color css

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

 a { background-color: rgb(202,88,70); }

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

border-color css

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

 span { border-color: rgb(202,88,70); }

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