Html Css Color HEX #CA6243 Dark Coral

📋 copy color: '#CA6243'

red 202 ◦ green 98 ◦ blue 67

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

Shades of Dark Coral #CA6243

Tints of Dark Coral #CA6243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

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

R = 55.04%
G = 26.7%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA6243 (or 0xCA6243) is known color: Dark Coral. HEX triplet: CA, 62 and 43. RGB value is (202,98,67). Sum of RGB (Red+Green+Blue) = 202+98+67=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6243 is #359DBC. Grayscale: #7D7D7D. Windows color (decimal): -3513789 or 4416202. OLE color: 4416202.

HSL color Cylindrical-coordinate representation of color #CA6243: hue angle of 13.78º 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 #CA6243 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 98 67 -
CMYK 0 0.51 0.67 0.21
HSL 13.78º 0.56% 0.53% -
HSV(B) 13.78º 0.67% 0.79% -
XYZ 29.74 21.7 7.93 -
YUV 125.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 202 98 67 0 0.51 0.67 0.21 13.78 0.56 0.53
Hex CA 62 43 0 33 43 15 E 38 35
Octal 312 142 103 0 63 103 25 16 70 65
Binary 11001010 1100010 1000011 0 110011 1000011 10101 1110 111000 110101

Color Harmonies of #CA6243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6243

Black with #CA6243

Text Example


Text Example

White with #CA6243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6243; }

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

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

background-color css

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

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

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

border-color css

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

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

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