Html Css Color HEX #CA5B40 Dark Coral

📋 copy color: '#CA5B40'

red 202 ◦ green 91 ◦ blue 64

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

Shades of Dark Coral #CA5B40

Tints of Dark Coral #CA5B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 56.58%
G = 25.49%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA5B40 (or 0xCA5B40) is known color: Dark Coral. HEX triplet: CA, 5B and 40. RGB value is (202,91,64). Sum of RGB (Red+Green+Blue) = 202+91+64=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5B40 is #35A4BF. Grayscale: #797979. Windows color (decimal): -3515584 or 4217802. OLE color: 4217802.

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

Color convert

RGB 202 91 64 -
CMYK 0 0.55 0.68 0.21
HSL 11.74º 0.57% 0.52% -
HSV(B) 11.74º 0.68% 0.79% -
XYZ 29.02 20.41 7.26 -
YUV 121.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 202 91 64 0 0.55 0.68 0.21 11.74 0.57 0.52
Hex CA 5B 40 0 37 44 15 C 39 34
Octal 312 133 100 0 67 104 25 14 71 64
Binary 11001010 1011011 1000000 0 110111 1000100 10101 1100 111001 110100

Color Harmonies of #CA5B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B40

Black with #CA5B40

Text Example


Text Example

White with #CA5B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B40; }

 p { color: rgb(202,91,64); }

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

background-color css

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

 a { background-color: rgb(202,91,64); }

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

border-color css

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

 span { border-color: rgb(202,91,64); }

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