Html Css Color HEX #CA564B Dark Coral

📋 copy color: '#CA564B'

red 202 ◦ green 86 ◦ blue 75

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

Shades of Dark Coral #CA564B

Tints of Dark Coral #CA564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 55.65%
G = 23.69%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA564B (or 0xCA564B) is known color: Dark Coral. HEX triplet: CA, 56 and 4B. RGB value is (202,86,75). Sum of RGB (Red+Green+Blue) = 202+86+75=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA564B is #35A9B4. Grayscale: #777777. Windows color (decimal): -3516853 or 4937418. OLE color: 4937418.

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

Color convert

RGB 202 86 75 -
CMYK 0 0.57 0.63 0.21
HSL 5.2º 0.55% 0.54% -
HSV(B) 5.2º 0.63% 0.79% -
XYZ 28.95 19.72 8.94 -
YUV 119.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 202 86 75 0 0.57 0.63 0.21 5.2 0.55 0.54
Hex CA 56 4B 0 39 3F 15 5 37 36
Octal 312 126 113 0 71 77 25 5 67 66
Binary 11001010 1010110 1001011 0 111001 111111 10101 101 110111 110110

Color Harmonies of #CA564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA564B

Black with #CA564B

Text Example


Text Example

White with #CA564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA564B; }

 p { color: rgb(202,86,75); }

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

background-color css

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

 a { background-color: rgb(202,86,75); }

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

border-color css

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

 span { border-color: rgb(202,86,75); }

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