Html Css Color HEX #CA5E45 Dark Coral

📋 copy color: '#CA5E45'

red 202 ◦ green 94 ◦ blue 69

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

Shades of Dark Coral #CA5E45

Tints of Dark Coral #CA5E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 55.34%
G = 25.75%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA5E45 (or 0xCA5E45) is known color: Dark Coral. HEX triplet: CA, 5E and 45. RGB value is (202,94,69). Sum of RGB (Red+Green+Blue) = 202+94+69=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E45 is #35A1BA. Grayscale: #7B7B7B. Windows color (decimal): -3514811 or 4546250. OLE color: 4546250.

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

Color convert

RGB 202 94 69 -
CMYK 0 0.53 0.66 0.21
HSL 11.28º 0.56% 0.53% -
HSV(B) 11.28º 0.66% 0.79% -
XYZ 29.43 20.99 8.13 -
YUV 123.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 202 94 69 0 0.53 0.66 0.21 11.28 0.56 0.53
Hex CA 5E 45 0 35 42 15 B 38 35
Octal 312 136 105 0 65 102 25 13 70 65
Binary 11001010 1011110 1000101 0 110101 1000010 10101 1011 111000 110101

Color Harmonies of #CA5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E45

Black with #CA5E45

Text Example


Text Example

White with #CA5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E45; }

 p { color: rgb(202,94,69); }

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

background-color css

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

 a { background-color: rgb(202,94,69); }

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

border-color css

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

 span { border-color: rgb(202,94,69); }

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