Html Css Color HEX #CA644A Dark Coral

📋 copy color: '#CA644A'

red 202 ◦ green 100 ◦ blue 74

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

Shades of Dark Coral #CA644A

Tints of Dark Coral #CA644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 53.72%
G = 26.6%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA644A (or 0xCA644A) is known color: Dark Coral. HEX triplet: CA, 64 and 4A. RGB value is (202,100,74). Sum of RGB (Red+Green+Blue) = 202+100+74=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA644A is #359BB5. Grayscale: #7F7F7F. Windows color (decimal): -3513270 or 4875466. OLE color: 4875466.

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

Color convert

RGB 202 100 74 -
CMYK 0 0.50 0.63 0.21
HSL 12.19º 0.55% 0.54% -
HSV(B) 12.19º 0.63% 0.79% -
XYZ 30.15 22.17 9.17 -
YUV 127.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 202 100 74 0 0.50 0.63 0.21 12.19 0.55 0.54
Hex CA 64 4A 0 32 3F 15 C 37 36
Octal 312 144 112 0 62 77 25 14 67 66
Binary 11001010 1100100 1001010 0 110010 111111 10101 1100 110111 110110

Color Harmonies of #CA644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA644A

Black with #CA644A

Text Example


Text Example

White with #CA644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA644A; }

 p { color: rgb(202,100,74); }

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

background-color css

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

 a { background-color: rgb(202,100,74); }

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

border-color css

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

 span { border-color: rgb(202,100,74); }

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