Html Css Color HEX #CA5342 Dark Coral

📋 copy color: '#CA5342'

red 202 ◦ green 83 ◦ blue 66

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

Shades of Dark Coral #CA5342

Tints of Dark Coral #CA5342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 57.55%
G = 23.65%
B = 18.8%

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

#CA5342 (or 0xCA5342) is known color: Dark Coral. HEX triplet: CA, 53 and 42. RGB value is (202,83,66). Sum of RGB (Red+Green+Blue) = 202+83+66=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5342 is #35ACBD. Grayscale: #747474. Windows color (decimal): -3517630 or 4346826. OLE color: 4346826.

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

Color convert

RGB 202 83 66 -
CMYK 0 0.59 0.67 0.21
HSL 7.5º 0.56% 0.53% -
HSV(B) 7.5º 0.67% 0.79% -
XYZ 28.43 19.14 7.35 -
YUV 116.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 202 83 66 0 0.59 0.67 0.21 7.5 0.56 0.53
Hex CA 53 42 0 3B 43 15 8 38 35
Octal 312 123 102 0 73 103 25 10 70 65
Binary 11001010 1010011 1000010 0 111011 1000011 10101 1000 111000 110101

Color Harmonies of #CA5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5342

Black with #CA5342

Text Example


Text Example

White with #CA5342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5342; }

 p { color: rgb(202,83,66); }

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

background-color css

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

 a { background-color: rgb(202,83,66); }

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

border-color css

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

 span { border-color: rgb(202,83,66); }

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