Html Css Color HEX #CA5243 Dark Coral

📋 copy color: '#CA5243'

red 202 ◦ green 82 ◦ blue 67

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

Shades of Dark Coral #CA5243

Tints of Dark Coral #CA5243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 57.55%
G = 23.36%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA5243 (or 0xCA5243) is known color: Dark Coral. HEX triplet: CA, 52 and 43. RGB value is (202,82,67). Sum of RGB (Red+Green+Blue) = 202+82+67=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5243 is #35ADBC. Grayscale: #747474. Windows color (decimal): -3517885 or 4412106. OLE color: 4412106.

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

Color convert

RGB 202 82 67 -
CMYK 0 0.59 0.67 0.21
HSL 6.67º 0.56% 0.53% -
HSV(B) 6.67º 0.67% 0.79% -
XYZ 28.39 19 7.48 -
YUV 116.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 202 82 67 0 0.59 0.67 0.21 6.67 0.56 0.53
Hex CA 52 43 0 3B 43 15 7 38 35
Octal 312 122 103 0 73 103 25 7 70 65
Binary 11001010 1010010 1000011 0 111011 1000011 10101 111 111000 110101

Color Harmonies of #CA5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5243

Black with #CA5243

Text Example


Text Example

White with #CA5243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5243; }

 p { color: rgb(202,82,67); }

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

background-color css

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

 a { background-color: rgb(202,82,67); }

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

border-color css

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

 span { border-color: rgb(202,82,67); }

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